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

How is data stored in sql?

543


Where is all the data on the internet stored?

545


how many ways to get the current time? : Sql dba

520


What is multiple partition?

531


What is character functions?

548






what is datawarehouse? : Sql dba

557


What are different types of indexes?

500


What is sql and also describe types of sql statements?

551


what are local and global variables and their differences? : Sql dba

524


Why do we use set serveroutput on?

506


What does select * from mean in sql?

1964


How do I run a script in sql developer?

483


What is the difference between inner join and left join?

531


define sql insert statement ? : Sql dba

542


What is a pl/sql block?

580