what is the syntax of INSERT command?

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


Please Help Members By Posting Answers For Below Questions

Iam learning oracle developer 2000.. can anyone give me then tutorials sites or PDF related to developer 2000 please send me the details @ mak2786@gmail.com thanks Arun

1893


How to create a table index?

799


Can group functions be mixed with non-group selection fields?

754


What are the original export and import utilities?

777


How to get last row id?

754


What is oracle datasource?

756


List out the components of logical database structure of oracle database.

806


Explain the function of optimizer in oracle?

790


What are ddl statements in oracle?

791


How to turn on or off recycle bin for the session?

829


Can you create a synonym without having a table?

780


What do database buffers contain?

765


What privilege is needed for a user to create tables in oracle?

754


From the following identify the non schema object: packages, triggers, public synonyms, tables and indexes.

821


IS it possible to built the oracle database without setting the kernal parameters?

1991