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
Point out the difference between user tables and data dictionary?
How to work with data objects interactively?
Can a formula column be obtained through a select statement ?
How do you bind variables in oracle?
How to convert characters to numbers in oracle?
What is difference between cartesian join and cross join?
Will you be able to store pictures in the database?explain.
What is parameterized cursor in oracle?
How to view the data files in the current database?
What is oracle join syntax?
What is ASM (Automatic Storage Management) in Oracle?
How to use "while" statements in oracle?
How to create lov dynamically at runtime & attach to text field?
1) WIll all the user get the DEFAULT profile, if their current profile got deleted at any point of time? 2) What are the Situation we need to MOVE the TABLE between T.spaces? 3) What is the use of MOVING the TABLE between SCHEMA'S? 4) What are the Table Clause, Segment Clause and the Datafile Clause which will override each other? 5) Explain SORT_AREA_SIZE of Tempfile to make UNIFORM SIZE
Difference between oracle's plus (+) notation and ansi join notation?