SQL Ch4 Review
Help!
|
|
||||
---|---|---|---|---|---|
To retrieve data from more than one table, you must ___ the tables together by finding rows in the two tables that have identical values in matching columns. | show 🗑
|
||||
Another word for joining the tables is to ___. | show 🗑
|
||||
show | qualify
🗑
|
||||
show | WHERE
🗑
|
||||
show | EXISTS, IN
🗑
|
||||
A ___ is a query that involves a table listed in the outer query. | show 🗑
|
||||
A subquery within a subquery is known as a ____. | show 🗑
|
||||
show | innermost, outermost
🗑
|
||||
An alternate name that you can use in the rest of a statement is known as a ___. | show 🗑
|
||||
If the query is complex and requires you to qualify the names, using ____ can simplify the process. | show 🗑
|
||||
show | self-join
🗑
|
||||
In SQL, you can use the set operations for taking the ____,____,____ of two tables. | show 🗑
|
||||
show | union
🗑
|
||||
show | intersection(intersect)
🗑
|
||||
show | difference(minus)
🗑
|
||||
show | union compatible
🗑
|
||||
show | duplicate
🗑
|
||||
You can use the ___ and ___ operators with subqueries to produce a single column of numbers. | show 🗑
|
||||
A join that compares the tables in the FROM clause and lists only those rows that satisfy the condition in the WHERE clause is called a(n) ___ ___. | show 🗑
|
||||
show | outer join
🗑
|
||||
show | left outer join, right outer join, full outer join
🗑
|
||||
show | left outer join
🗑
|
||||
In a ___ ___ __, all rows from the table on the right will be included regardless of whether they match rows from the table on the left. | show 🗑
|
||||
show | full outer join
🗑
|
||||
show | product, Cartesian Product
🗑
|
||||
show | WHERE
🗑
|
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