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 to create a single index for multiple columns?
How to use select statement to count the number of rows in oracle?
what is the scripts in data base?
Why is oracle so popular?
How to create a server parameter file?
How many categories of data types?
How to join two tables in a single query using oracle?
How to define an oracle cursor variable?
What are the attributes of the cursor?
What are the differences between char and nchar in oracle?
How do I recompile a procedure in oracle?
Explain about the analyze command in oracle?
What is a partition in oracle?
What is dynamic proxy?
Can we create trigger on materialized view in oracle?