Answer Posted / shree
INSERT INTO table_name (Col_name1,Col_name2,Col_name3...)
VALUES (Col_value1,Col_value2,Col_value3...)
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to insert a record into a table?
How many types of cluster table in Oracle?
What is a relational database management system?
How to convert characters to dates in oracle?
What do you mean by a deadlock?
How to write text literals in oracle?
How to end the current transaction in oracle?
what are archived logs?
Explain overloading. Can functions be overloaded?
Explain what are the type of synonyms?
How will you identify oracle database software release?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
How to drop an existing view in oracle?
How to check the server version in oracle?
Can we call procedure inside function in oracle?