Database MCQS - QUESTION DETAILS

Which command is used to select all columns from a table named "employees"?
A. SELECT * FROM employees;
B. SELECT ALL FROM employees;
C. SHOW COLUMNS FROM employees;
D. DISPLAY employees;

'SELECT * FROM employees;' selects all columns from the "employees" table.

Similar Questions

Which SQL function is used to find the highest value in a column?






Which SQL Server data type is used to store a date and time combination?






What is the purpose of the Oracle SYS_CONTEXT function?






Which Oracle function is used to find the current user?






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






Which MySQL command is used to retrieve the definition of a table?






What is the purpose of the SQL LIKE operator?






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






In MySQL, which type of index allows only unique values and nulls are considered distinct?






Which statement is used to delete records from a table in SQL Server?