Database MCQS - QUESTION DETAILS

In MySQL, what is the purpose of the IFNULL() function?
A. Calculate the average value
B. Replace NULL values with a specified value
C. Concatenate multiple rows
D. Round numeric values

'IFNULL()' is used to replace NULL values with a specified value in MySQL.

Similar Questions

In SQL Server, what is the purpose of the CONTAINSTABLE function?






What is the purpose of the SQL Server SET NOCOUNT ON statement?






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






In Oracle, what is the purpose of the HAVING clause?






Which SQL statement is used to change the value of an existing record in a table?






In Oracle, what is the purpose of the MERGE statement?






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






Which SQL Server statement is used to create a unique constraint on a column?






What is the purpose of the SQL Server DISTINCT keyword?






Which SQL Server statement is used to create a stored procedure?