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
what is meant by magic query
What are the differences between lov and list item?
please explain.. DB architecture ...
How to write date and time interval literals in oracle?
How to create additional tablespaces for an new database?
List the various oracle database objects?
How to do clean up if create database failed?
How do I uninstall oracle client from windows?
What is format trigger?
How to assign a table row to a record variable?
What is the difference between Delete, Truncate and Drop in Oracle?
What is bind variable in oracle 11g?
How to connect asp pages to oracle servers?
What are the data types in oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?