Interview Questions

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

MySQL and SQL


(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 Interview Questions