Database MCQ Set 1 1. Which statement is used to select a default database? a) USE b) CREATE c) DROP d) SCHEMA AnswerAnswer: a [Reason:] MySQL has the facility to use various statements specifically at the database level. For selecting a default database, the keyword or clause used is the ‘USE’ statement. 2. Which keyword…