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 / rao

generally if n tables will n-1 joins
here 4 tables 3joins

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?

635


What are the advantages of indexing?

523


what is a join? : Sql dba

563


What are the benefits of pl/sql packages?

541


How do I use google cloud in sql?

542






What is the full form of sql?

534


What is crud stand for?

570


Can we alter stored procedure?

545


what is a composite primary key ? : Sql dba

583


What is fmtonly in sql?

534


What is pl sql package?

593


What are triggers and its types?

554


What is rownum and rowid?

568


How bulk collect improves performance?

570


What is difference between left and right outer join?

526