Database MCQS - QUESTION DETAILS

What is the purpose of the Oracle DUAL table?
A. Store binary data
B. Store XML data
C. Provide a one-row, one-column table for selecting expressions
D. Store numeric values

The 'DUAL' table is a one-row, one-column table in Oracle used for selecting expressions.

Similar Questions

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






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






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






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






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 MySQL, what is the purpose of the SHOW TABLES statement?






In MySQL, what is the purpose of the AUTO_INCREMENT attribute?






What is the purpose of the SQL Server LIMIT clause?






Which MySQL data type is used to store large text values?