Structured Query Language is a domain-specific language used in programming and designed for managing data held in a relational database management system or for stream processing in a relational data stream management system. Do you understand how to perform queries using proc SQL? Take up the quiz blow and get to review what you learn it Chapter 1 in preparation for the advanced SAS certification exam that is coming up.
SELECT
FROM
WHERE
Both a and c
Rate this question:
Two
Three
Four
Five
Rate this question:
Select address, sqfeet, price
Select size.address, sqfeet, price
Select price.address, sqfeet, price
Either B or C
Rate this question:
Order price, sqfeet
Order by price, sqfeet
Sort by price sqfeet
Sort price sqfeet
Rate this question:
Select sales.produce sales.hardware
From sales.produce sales.hardware
From sales.produce, sales.hardware
Where sales.produce, sales.hardware
Rate this question:
Profit=price-cost
Price-cost as Profit
Profit= price-cost
Profit as price-cost
Rate this question:
The step does not execute.
The first numeric column is summed by default.
The GROUP BY clause is changed to an ORDER BY clause
The step executes but does not group or sort data.
Rate this question:
the results of the query are displayed, and a new table is created.
A new table is created, but it does not contain any summarization that was specified in the PROC SQL step.
A new table is created, but no report is displayed.
Results are grouped by the value of the summarized column.
Rate this question:
When you join multiple tables, the tables must contain a common column.
You must specify the table from which you want each column to be read.
The tables that are being joined must be from the same type of data source.
If two tables that are being joined contain a same-named column, thenn you must specify the table from which you want the column to be read.
Rate this question:
SELECT
FROM
WHERE
GROUP BY
Rate this question:
Quiz Review Timeline +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.