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 oltp (online transaction processing)? : Sql dba
Can a commit statement be executed as part of a trigger?
Why do we create views in sql?
What is scope and visibility in PL/SQL?
What is relationship? How many types of relationship are there?
What is the difference between the conventional and direct path loads? : aql loader
Define union, minus, union all, intersect ?
what is the stuff function and how does it differ from the replace function? : Sql dba
What is native sql query?
Can function return multiple values in sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
Is drop table faster than truncate?
What is a data definition language?
What is cross join example?
what are aggregate and scalar functions? : Sql dba