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

There should be Three joins in where clause. no point of that the table "atable" is aliased twice. It will treat as two separate tables....

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic form of sql query?

495


How many tables can you join in sql?

535


Why is sql important?

583


who introduced sql?

572


What are basic techniques of indexing?

848






What are the different dml commands in sql?

586


What are the different types of sql commands?

599


Which are the different case manipulation functions in sql?

539


What is dml and ddl?

527


What are predefined functions in sql?

535


Is sql difficult?

746


Why plvtab is considered as the easiest way to access the pl/sql table?

619


what is a scheduled jobs or what is a scheduled tasks? : Sql dba

554


What is mutating error in pl sql?

553


Is sql dba a good career? : SQL DBA

535