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 convert times to characters in oracle?
Can select statements be used on views in oracle?
How to execute a stored procedure in oracle?
What is a initialization parameter file in oracle?
What is data file?
Explain the use of file option in exp command.
How to define an oracle cursor variable?
Explain what are the uses of rollback segment?
Can we insert data in view oracle?
What will be the syntax to find current date and time in format "yyyy-mm-dd"?
How to assign values to variables?
How do we display rows from the table without duplicates?
Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).
What are the four Oracle system processes that must always be up and running for the database to be useable?
What privilege is needed for a user to connect to oracle server?