1 SELECT a.field1, b.field2, c.field3, d.field4
2 FROM atable a, atable b, ctable c, dtable d
3 ?
4 ORDER BY 1
What is the minimum number of joins that must be specified
on line 3 in the sample code above to properly link the
tables? Notice that the table "atable" is aliased twice:
once as "a" and once as "b."
1. One join
2. Two joins
3. Three joins
4. Four joins
5. Five joins
Answer Posted / satya
HERE WE HAVE TOTAL NO. OF TABLE IS 3 SO NO. OF JOIN REQUIRE
IS 2
Thanks
satya
+919916174212
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is not null in sql?
What is difference between sql and oracle?
Is primary key always clustered index?
Is a secondary key the same as a foreign key?
What is the usage of nvl function?
What are all different types of collation sensitivity?
What is schema in sql example?
Is sql dba a good career? : SQL DBA
What is sql lookup?
What is difference between pls_integer and integer?
Explain how can you save or place your msg in a table?
what are local and global variables and their differences? : Sql dba
Can we insert data into view?
What are pl sql data types?
What does varchar include?