How to enter a new row into a table interactively?
Answer / Syed Shahid Ali
To insert a new row into a table interactively in Oracle, you can use the SQL INSERT statement. Here is an example:n`nINSERT INTO YOUR_TABLE_NAME (column1, column2) VALUES ('value1', 'value2');n`
| Is This Answer Correct ? | 0 Yes | 0 No |
ABOUT IDENTITY?
What is a database schema in oracle?
What is a shared pool?
SQLERRM is a a. Constraint b. Pre Defined Exception c. Pseduocolumn d. Constant e. None of Above.
What is a read only transaction in oracle?
How do I know if oracle is installed on windows?
What is tns service name?
How to list all tables in your schema?
material view and view disadvantages?
Explain the use of grant option in imp command.
Does facebook use oracle?
What is Virtual Private Database in Oracle?