To limit the number of rows retrieved from a table, use the SQL construct ________.
A) SELECT
B) SELECT TOP n
C) SELECT COUNT(TOP n)
D) SELECT COUNT()
Question 2
SQL triggers can be used when the DBMS receives an INSERT request.
Indicate whether the statement is true or false