Database MCQS - QUESTION DETAILS

In MySQL, what is the purpose of the SQL ENUM data type?
A. Stores binary data
B. Stores a list of values
C. Stores floating-point numbers
D. Stores integer values

The ENUM data type in MySQL is used to store a list of values.

Similar Questions

In SQL Server, what is the purpose of the XML data type?






Which SQL Server statement is used to add a new row to a table?






What is the purpose of the SQL Server ISNULL() function?






What is the purpose of the SQL Server CHARINDEX() function?






In SQL Server, what is the purpose of the SQL Server VARBINARY data type?






What is the purpose of the SQL Server LIMIT clause?






Which SQL Server statement is used to remove a user's privileges?






Which SQL Server statement is used to grant specific privileges to a user?






In SQL Server, what is the purpose of the TRIGGER?