Correct Answer: A - To filter records after aggregation has been performed.
Correct Answer: B - It improves the speed of data retrieval operations.
Correct Answer: B - A set of SQL statements that can be stored and reused.
Correct Answer: A - Create, Read, Update, Delete.
Correct Answer: B - LEFT JOIN returns all records from the left table and matched records from the right table.
Correct Answer: B - To filter records after grouping.
Correct Answer: A - It automatically generates a unique value for a column when a new record is inserted.
Correct Answer: A - It groups rows that have the same values in specified columns into summary rows.
Correct Answer: A - It restricts the number of rows returned by the query.
Correct Answer: A - To speed up the retrieval of rows from a table.
Correct Answer: A - CHAR is fixed-length, while VARCHAR is variable-length.