Answer Posted / mahaveer kumar h.v.
INSERT INTO table_name (Col_name1,Col_name2,Col_name3...)
VALUES (Col_value1,Col_value2,Col_value3...);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I escape a reserved word in oracle?
How to create an oracle testing table?
Explain the features of oracle?
What are data pump export and import modes?
How to change system global area (sga) in oracle?
Difference between oracle's plus (+) notation and ansi join notation?
How to check the oracle tns settings?
How many types of database triggers exist?
How remove data files before opening a database?
How to use attributes of the implicit cursor in oracle?
What is sharded cluster?
Can you create a synonym without having a table?
How can I create database in oracle?
What is memory advisor in Oracle?
Explain the use of analyse option in exp command.