SQL ch3 review
Quiz yourself by thinking what should be in
each of the black spaces below before clicking
on it to display the answer.
Help!
|
|
||||
---|---|---|---|---|---|
show | query
🗑
|
||||
show | SELECT clause
🗑
|
||||
Next you type the word FROM followed by the name of the table that contains the data you need to query. This portion of the command is called? | show 🗑
|
||||
Finally, after the word WHERE you list any conditions that apply to the data you want to retrieve. This optional portion of the command is called the? | show 🗑
|
||||
A ___ has this form: column name, comparison operator, and then either another column name or a value | show 🗑
|
||||
show | compound conditions
🗑
|
||||
show | computed column
🗑
|
||||
An ____ which consists of the IN operator followed by a collection of values, provides a concise way of phrasing certain conditions. | show 🗑
|
||||
show | ORDER BY
🗑
|
||||
34.The column on which data is to be sorted is called a ____ or simply a ___. | show 🗑
|
||||
show | major sort key (primary sort key), minor sort key(secondary sort key)
🗑
|
||||
34.SQL has special functions, called ___ ___ to calculate sums, averages, counts, max values, and min values. | show 🗑
|
||||
show | subquery, first
🗑
|
||||
show | HAVING clause
🗑
|
Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.
Normal Size Small Size show me how
Normal Size Small Size show me how
Created by:
kat1350
Popular Computers sets