🧪 Mysql MCQ Quiz Hub

MY SQL Basic Sample Test

Choose a topic to test your knowledge and improve your Mysql skills

1. Which of the following SQL query can be used to insert new recorder to a database table?




2. Choose not a type of SQL constraint?




3. Choose following behavior as an SQL virtual table?




4. When using the SQL INSERT statement..




5. The SQL ALTER statement can be used




6. Which SQL query can be used to delete columns from a table?




7. What SQL query can be used to add columns to a table?




8. The query to remove rows from a table named user ?




9. The SQL WHERE clause to limits the




10. Which of the following is the original purpose of SQL?




11. The wildcard in a WHERE clause is useful when?




12. The command to delete a table from a database




13. The SQL keyword(s) ________ is used with wildcards




14. sub-query in an SQL SELECT statement is enclosed in




15. The result of a SQL SELECT statement is a _______




16. According to the SQL-92 standard the asterisk (*) means in Select statements




17. The HAVING clause does which of the following?




18. Which of the following do you need to consider when you make a table in SQL?




19. When three or more AND and OR conditions are combined, it is easier to use the SQL keyword(s)




20. SQL can be used to




21. The SQL keyword BETWEEN is used




22. Which of the following statement is correct for using comparison operators in SQL?




23. How to select all data from student table starting the name from letter a?




24. What is the full form of SQL?




25. Which of the following group functions ignore NULL values?




26. Keyword is used to sort ?




27. Which is the subset of SQL commands used to manipulate Oracle Database structures, including tables?




28. What operator tests column for the absence of data?




29. Command makes the updates performed by the transaction permanent in the database?




30. undo all the updates performed by the SQL in the transaction?




31. Find all the user whose id is 10




32. Find the temperature in increasing order of all cities




33. What is the meaning of LIKE %0%0%




34. Which SQL statement is used to update data in a database?




35. Which SQL statement is used to delete data FROM a database?




36. Which of the following must be enclosed in double quotes?




37. Which of the following SQL commands is used to retrieve data?




38. Which of the following is a SQL aggregate function?




39. Which SQL keyword is used to retrieve only unique values?




40. Which SQL keyword is used to retrieve a maximum value?




41. The FROM SQL clause is used to.




42. Which of the SQL statements is correct?




43. A command that lets you change one or more fields in a record is




44. which command is used to SELECT only one copy of each set of duplicate rows




45. which of the following is not a data definition language commands?