B
B
batalish2020-06-25 13:10:08
Oracle
batalish, 2020-06-25 13:10:08

How to restore a PL/SQL ORACLE database?

I deleted records from the table, how can I restore them if I exported them as an Excel table before deleting?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Hanneman, 2020-06-25
@batalish

ORACLE INSERT .

INSERT INTO table
(column1, column2, ... column_n )
VALUES
(expression1, expression2, ... expression_n );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question