Which statement uses valid syntax for the DELETE statement in SQL?
Which designation is an individual value, such as a salary?
Which expression can be used to create a temporary name for a table?
Where does a primary key traditionally appear in a table?
What does the aggregate function do?
Which term refers to a path from a top-level block to a bottom-level block?
What is the role of the database administrator?
Which property of an entity can become a column in a table?
Which main characteristic is used to differentiate between strong and weak entities in the process of database design?
Which type of join selects all the rows from both the left and right table, regardless of match?
How many bytes of storage does a BIGINT data type hold in MySQL?
Which clause is used to specify the join columns when performing a join in MySQL?
Which statement is associated with two separate entities?
Which property is associated with a one-field primary key?
Which keyword combines INSERTS, UPDATES, and DELETES operations into a single statement?
What is the role of the transaction manager within the database system architecture?
Which type of entity only exists in a logical sense?
Which keyword or clause indicates the desired sequence when displaying a set of records returned from a SELECT statement?