Correct Answer: DELETE FROM STAFF
Explanation:
Note: This Question is unanswered, help us to find answer for this one
MySQL Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More MySQL MCQ Questions
The user-created stored function 'test' takes a varchar(5) and an integer and returns a varchar. Which of the following correctly calls the function?
______ - Nothing that’s being read is actively being changed by another transaction.
To select the multiple values from a column as a string use the _________ function.
The _____________ privilege is often used when loading a file into a database table.
Major difference between MyISAM and InnoDB storage engines?
Which holds correct while optimizing the query? 1) Use ((a AND D) AND c OR (((a AND D) AND (c AND d)))) instead of (a AND D AND c) on (3 AND b AND c AND d) 2)Use b>5 AND b=c AND 825 instead of (a 3}Use (8>=5 AND 8:5) OR (8:6 AND 5:5) 0R (8:7 AND 5:6) instead of B=5 OR 8=6
Which can be done using the ALTER TABLE statement?
Which statements are correct in the context of the lNSERT statement?
Which should be done for optimizing SELECT statements?
Which queries will return 2010-02-02 as the result?