Database MCQS - QUESTION DETAILS

Which MySQL data type is used to store a fixed-length string?
A. VARCHAR
B. CHAR
C. TEXT
D. BLOB

'CHAR' is used for fixed-length strings in MySQL.

Similar Questions

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






In SQL Server, what does the term "ACID" stand for in the context of transactions?






In MySQL, which function is used to concatenate two or more strings?






What is the purpose of the SQL Server DISTINCT keyword?






In Oracle, what is the purpose of the GROUP BY clause?






What is the purpose of the Oracle UNION operator?






In MySQL, what is the purpose of the LOAD DATA INFILE statement?






What is the purpose of the SQL TRUNCATE TABLE statement?






In Oracle, what is the purpose of the INSTR() function?






In SQL Server, what is the purpose of the TRY_CONVERT() function?