Part A: MCQs and True/False
The join that returns all records from the left table and matching records from the right table in the result set is referred to as:
A) Left outer join
B) Right outer join
C) Full outer join
D) Cross outer join
The clause used to combine rows from two or more tables, based on a related column between them is:
A) Add
B) Join
C) Link
D) None of the above
Which SQL keyword is used to change the structure, properties, or constraints of a table?
A) SET
B) CREATE
C) SELECT
D) ALTER
An SQL virtual table is called a view.
True/False
Rows in a table can be changed by using the UPDATE statement.
True/False
Projection is used to select the required rows of data from a relation.
True/False