what is the syntax of INSERT command?

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


Please Help Members By Posting Answers For Below Questions

How to insert a record into a table?

824


How many types of cluster table in Oracle?

785


What is a relational database management system?

859


How to convert characters to dates in oracle?

761


What do you mean by a deadlock?

733


How to write text literals in oracle?

826


How to end the current transaction in oracle?

752


what are archived logs?

1935


Explain overloading. Can functions be overloaded?

773


Explain what are the type of synonyms?

819


How will you identify oracle database software release?

747


What view(s) do you use to associate a users SQLPLUS session with his o/s process?

2124


How to drop an existing view in oracle?

737


How to check the server version in oracle?

815


Can we call procedure inside function in oracle?

799