Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?
959If you are assigned a task, to find the information of procedures. What are the basic commands that you will use to do so?
946Consider a scenario where you have to send an email to a client from the sql database. How do you think you can achieve this task?
975Can you tell the reasons for selecting lamp(linux, apache, mysql, php) instead of any other combination of software programs, servers, and operating system?
887Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
1019
Is postgresql better than mysql?
What is mysql good for?
How to create and drop view in mysql?
What is the difference between myisam dynamic and myisam static in mysql?
How to dump one database for backup.
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
How many rows can a mysql table hold?
How to write after insert event update trigger on the same table in mysql?
What is a storage engine? What are the differences between innodb and myisam engines?
How will show all records containing the name "sonia" and the phone number '9876543210'
In which language mysql has been written?
What is limit in mysql?
How do I exit mysql?
How do I delete a table in mysql workbench?
What does do in mysql?