[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

PL/SQL :: Basic Concepts - Discussion

Home > PL/SQL > Basic Concepts > MCQs Questions Discussion

11 / 41

Choose the correct option.

What is true about joining tables through an equijoin?

AYou can join a maximum of two tables through an equijoin.

BYou can join a maximum of two columns through an equijoin.

CYou specify an equijoin condition in the SELECT or FROM clauses of a SELECT statement.

DTo join two tables through an equijoin, the columns in the join condition must be primary key and foreign key columns.

EYou can join n tables (all having single column primary keys) in a SQL statement by specifying a minimum of n-1 join conditions.

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Virtusa Sopra Steria

Post Your Answer Here:     

No Discussion on this question yet!