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


Please Help Members By Posting Answers For Below Questions

How to rename a table?

558


How would you reference column values before and after you have inserted and deleted triggers?

622


Can we rename a column in the output of sql query?

543


Does a join table need a primary key?

533


How do you optimize a query?

538






what is primary key? : Sql dba

512


What is percent sign in sql?

719


How can we make an if statement within a select statement?

543


what is the difference between char_length and length? : Sql dba

574


Which is better varchar or nvarchar?

550


How does join work in sql?

556


What are different categories of sql commands?

634


what is the difference between union and union all? : Sql dba

547


What is user in sql?

582


what is the difference between blob and text? : Sql dba

528