Which component of an ERD (Entity-Relationship Diagram) represents the attributes of an entity?
Which command revokes a user's privilege to update a table?
What is the difference between UNION and UNION ALL?
Which type of INSERT statement allows inserting rows into multiple tables using a single SELECT query?
What is the primary purpose of an index in SQL?
What does a Cartesian product in SQL result from?
What is the result of the following SQL query?
SELECT COALESCE(NULL, 100, 200) AS result FROM dual;