DBA > Job Interview Questions > MySQL and SQL

How do I find out all databases starting with ‘t

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How do I find out all databases starting with ‘tech’ to which I have access to?

SHOW DATABASES LIKE ‘tech%’;

(Continued on next question...)

Other Job Interview Questions