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?
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 OLTP data?
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.
You are in the process of deploying Analysis Services Database in the production environment. You are using the Analysis Services Deployment Wizard to perform this deployment. The project will be named Deploy_Prod1.During the deployment process, you want to retain the existing roles and role members on the destination server.Which input file should you modify to accomplish the objective?
Limiting the rows in a select statement for a specific condition is done by the clause
The value returned by the subquery is used by the main query.
Character values are case insensitive
To perform wild card search “Like” is used .
What is the output of the following? SELECT ROUND(1111.93412,3) FROM DUAL;