Which SQL command is used to specify the condition for a join operation?
a) FROM
b) WHERE
c) HAVING
d) SELECT
Which SQL command is used to add one or more rows to a table?
a) Modify
b) Update
c) Insert
d) Select
Which SQL command is used to change one or more rows to a table?
a) Modify
b) Update
c) Insert
d) Select
Which SQL keyword is used to change a column value?
a) Modify
b) Update
c) Insert
d) Set
Which keyword is used to remove one or more rows from table?
a) CHANGE
b) Delete
c) SELECT
d) Erase
When does where clause cannot refer to range and to partial values?
a) keyword LIKE is used
b) keyword BETWEEN is used
c) keyword NULL is used
d) keyword ALSO is used