Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

C170 CH4 Glossary Review Questions with 100% Verified Correct Answers

Document preview thumbnail
Preview 2 out of 9 pages

C170 CH4 Glossary Review Questions with 100% Verified Correct Answers

Content preview

C170 CH4 Glossary Review Questions with
100% Verified Correct Answers
base tables

the table on which a view is based

batch update routine

a routine that pools transactions into a single group to update a master table in a single

operation

correlated subquery

a subquery that executes once for each row in the outer query.

CREATE VIEW

a SQL command that creates a logical, 'virtual' table. the view can be treated as a real table

cross join

a join that performs a relational product (or Cartesian product) of two tables

updatable view

a view that can update attributes in base tables that are used in the view

view

a virtual table based on a SELECT query that is saved as an object in the database

What is a CROSS JOIN?

A _________ is identical to the PRODUCT relational operator. The _________ is also

known as the Cartesian product of two tables. For example, if you have two tables, AGENT,

with 10 rows and CUSTOMER, with 21 rows, the _________ resulting set will have 210

, rows and will include all of the columns from both tables. Syntax examples are:

SELECT * FROM CUSTOMER _________ AGENT;

or

SELECT * FROM CUSTOMER, AGENT



If you do not specify a join condition when joining tables, the result will be a _________ or

PRODUCT operation.

What three join types are included in the OUTER JOIN classification?

An _________ is a type of JOIN operation that yields all rows with matching values in the

join columns as well as all unmatched rows. (Unmatched rows are those without matching

values in the join columns). The SQL standard prescribes three different types of join

operations:LEFT [_________] JOIN, RIGHT [_________] JOIN, FULL [_________]

JOIN.The LEFT [_________] JOIN will yield all rows with matching values in the join

columns, plus all of the unmatched rows from the left table. (The left table is the first table

named in the FROM clause.)The RIGHT [_________] JOIN will yield all rows with

matching values in the join columns, plus all of the unmatched rows from the right table.

(The right table is the second table named in the FROM clause.)The FULL [_________]

JOIN will yield all rows with matching values in the join columns, plus all the unmatched

rows from both tables named in the FROM clause.

Syntax examples for outer joins:

SELECT * FROM T1 LEFT _____ JOIN T2 ON T1.C1 = T2.C1;



SELECT * FROM T1 RIGHT _____ JOIN T2 ON T1.C1 = T2.C1;

Document information

Uploaded on
August 8, 2026
Number of pages
9
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$11.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
KenAli
2.6
(18)
Sold
101
Followers
5
Items
21209
Last sold
2 days ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions