Preparing to face a written test, job interview or certification exam on MySQL?
Reading books after books on MySQL alone will not help you to face an interview
or take a written test -you would need some real time practice to do that.
These sample questions on MySQL are an excellent mix of various aspects of
MySQL. Questions here range from checking your very basic fundamentals on MySQL
to more advanced tricky technical topics as a MySQL professional. Practice with
online objective test to face the written tests on MySQL confidently.
Online Practice
Test > MySQL online test
Here are few sample MySQL test/quiz questions
How can we get the number of records or rows in a table?
Using COUNT
Using NUM
Using NUMBER
Both a and c above
How do I find out all databases starting with ‘test to which I have access to?
SHOW DATABASES LIKE ‘%test%’;
SHOW DATABASES LIKE ‘%test;
SHOW DATABASES LIKE ‘'test'%’;
SHOW DATABASES LIKE ‘test%’;
Click here to
start MySQL online quiz/test
More Links
|