Loading, please wait...

My SQL MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

MySQL is an open-source relational database management system. Its name is a combination of "My", the name of co-founder Michael Widenius's daughter, and "SQL", the abbreviation for Structured Query Language.

My SQL MCQ Quiz (Multiple Choice Questions And Answers)

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

1. The “father” of MySQL is ______.

  • Michael Widenius
  • Bill Joy
  • Bill Gates
  • Stephanie Wall

2. To use MySQL on your computer, you’ll need

  • Perl, PHP or Java
  • Some sort of client program to access the databases
  • A Browser
  • FTP and Telnet

3. MySQL comes with as standard with client libraries for:

  • C only
  • Java only
  • Java and C
  • Perl, PHP and C

4. Which of the following can add a row to a table?

  • Alter
  • Add
  • Insert
  • Create

5. The USE command

  •  Is a pseudonym for the SELECT command
  • Has been deprecated and should be avoided for security reasons
  • Should be used to choose the database you want to use once you’ve connected to MySQL
  •  Is used to load code from another file