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 are the attributes of the cursor?
What is the parameter mode that can be passed to a procedure?
How would you edit your CRONTAB to schedule the running of /test/test.sh to run every other day at 2PM?
What is the use of oracle?
Whats the benefit of dbms_stats over analyze?
What are the advantages of oracle 12c?
What is MTTR advisor in Oracle?
How to delete multiple rows from a table in oracle?
What happens if the update subquery returns multiple rows?
How to use regular expression in pattern match conditions in oracle?
What is a table index?
Where are the settings stored for each instance in oracle?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to create tables for odbc connection testing?
What is set operator oracle?