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 rename an existing table?
What is a private synonym?
What is Reduced List of Values?
What is where clause in oracle?
Where do we use decode and case statements?
What privilege is needed for a user to create views in oracle?
What is ceil and floor in oracle?
What are the different types of failures that occur in Oracle database?
Does oracle database need java?
What do you mean by merge in oracle and how can you merge two tables?
How many types of table in Oracle?
How to create a table index?
How to run queries on external tables?
What is the difference between formal parameters and actual parameters?
What happens internally when the user types userID/password@string in SQL PLUS Thanks-Bhaskar