databases Online Quiz - 163
Description: databases Online Quiz - 163 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: databases |
Which SELECT statement should you use if you want to display unique combinations of the POSITION and MANAGER values from the EMPLOYEE table?
Which two are attributes of /SQL*Plus? (Choose two)
Which is an /SQL*Plus command?
Which two statements are true regarding the ORDER BY clause?
The size of a table does NOT need to be specified.
Can you use both HAVING and WHERE SQL clauses in one SQL statement?
What is the correct order of the ">" and the "=" operators, when we want to specify greater or equal search condition?
The table columns are also known as...
What does the following SQL statement do: SELECT Customer, COUNT(Order) FROM Sales GROUP BY Customer HAVING COUNT(Order) >5
What does the SQL FROM clause do?
Which Service / Server would be used to host the Staging data
What are the reasons for switching to a solution using Business Intelligence? Select all the options that are applicable.
SYSDATE is a date function that returns the current database server date and time.
To perform wild card search “Like” is used .
What is the output of the following? SELECT ROUND(1111.93412,3) FROM DUAL;