Answer Posted / mohammed ashfaq
SELECT attr1,attr2..attrn
FROM TABLE1,TABLE2..TABLEn;
(IT IS SIMPLE SELECT)
(FOR COMPLEX SELECT)
SELECT attr1,attr2..attrn
FROM TABLE1,TABLE2..TABLEn
WHERE CONDITION;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to create a new table in your schema?
What are the different editions of oracle?
Explain the use of owner option in exp command.
Can a parameter be passed to a cursor?
What are the set operators union, union all, minus & intersect meant to do?
What are the differences between char and nchar in oracle?
Is it possible to center an object horizontally in a repeating frame that has a variable horizontal size ?
What language does oracle use?
How to delete an existing row from a table in oracle?
What are the attributes of the cursor?
Where do we use decode and case statements?
Are truncate and delete commands same? If so why?
What are the ansi data types supported in oracle?
Design database draw er diagram for a certain scenario ?
How to pass parameters to procedures in oracle?