A. You can join a maximum of two tables through an Equijoin.
B. You can join a maximum of two columns through an Equijoin.
C. You specify an Equijoin condition in the SELECT or FROM clauses of a SELECT statement.
D. To join two tables through an Equijoin, the columns in the join condition must be primary key and foreign key columns.
E. You can join n tables (all having single column primary keys) in a SQL statement by specifying a minimum of n-1 join conditions.
No comments:
Post a Comment