单项选择题
In which scenario would an index be most useful?()
A.The indexed column is declared as NOT NULL.
B.The indexed columns are used in the FROM clause.
C.The indexed columns are part of an expression.
D.The indexed column contains a wide range of values.
点击查看答案
相关考题
-
单项选择题
A subquery can be used to().
A.create groups of data
B.sort data in a specific order
C.convert data to a different format
D.retrieve data based on an unknown condition -
单项选择题
Click the Exhibit button to examine the data of the EMPLOYEES table. Evaluate this SQL statement: SELECT e.employee_id "Emp_id", e.emp_name "Employee", e.salary, m.employee_id "Mgr_id", m.emp_name "Manager" FROM employees e JOIN employees m ON (e.mgr_id = m.employee_id) AND e.salary > 4000; What is its output?()
A.A
B.B
C.C
D.D
E.E -
多项选择题
For which two actions can you use the TO_DATE function? ()
A.convert any date literal to a date
B.convert any numeric literal to a date
C.convert any date to a character literal
D.format 'January 10 1999' for input
E.format '10-JAN-99' to 'January 10 1999'
