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
Can multiple columns be used in group by in oracle?
Explain integrity constraints?
How to synchronize 2 schema's objects?
What is sequence?
What are the varoius components of physical database structure of oracle database?
Can we use bind variables in oracle stored procedure?
How index is implemented in oracle database?
In which language oracle has been developed?
What is the parameter mode that can be passed to a procedure?
Where are the settings stored for each instance in oracle?
What is difference between sid and service name in oracle?
What is meant by raw datatype?
How to insert multiple rows with one insert statement in oracle?
Compare and contrast between sql and sql server and explain its various functions?
How to start your 10g xe server from command line?