Download Final Jeopardy game

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

DBase wikipedia , lookup

Extensible Storage Engine wikipedia , lookup

Functional Database Model wikipedia , lookup

Database wikipedia , lookup

Ingres (database) wikipedia , lookup

Entity–attribute–value model wikipedia , lookup

Microsoft Access wikipedia , lookup

Clusterpoint wikipedia , lookup

Microsoft Jet Database Engine wikipedia , lookup

Relational algebra wikipedia , lookup

Null (SQL) wikipedia , lookup

Open Database Connectivity wikipedia , lookup

Microsoft SQL Server wikipedia , lookup

PL/SQL wikipedia , lookup

SQL wikipedia , lookup

Database model wikipedia , lookup

Relational model wikipedia , lookup

Transcript
Final Jeopardy
Relational
model
SQL
Query
MS
Access
HTML
Misc
10
10
10
10
10
20
20
20
20
20
30
30
30
30
30
40
40
40
40
40
50
50
50
50
50
Relational Model for 10
Q: This is some subset of the
database.
OL 10 A
Relational Model– 10 points
A: What is a view?
Table
Relational model for 20
Q: Every table must have this
OL 20 A
Relational model for 20
A: What is a Pkey?
Table
Relational model for 30
Q: This is a set of allowable values for
one or more attributes?
OL 30 A
Relational model for 30
A: What is Domain ?
Table
Relational model for 40
Q: This is the number of tuples in a
relation.
OL 40 A
Relational model for 40
A: What is Cardinality?
Table
Relational model for 50
Q: A database is a ___________.
a.) self-describing collection of related records
b.) collection of forms and reports that support a
given purpose
c.) library of queries and data files for querying
d.) set of applications and the data sets for those
applications
e.) All of above
OL 50 A
Relational model for 50
A: What is A?
Table
SQL for 10
Q: SQL stands for ___________.
a.) Standard Query Language
b.) Structural Question Language
c.) Structured Query Language
d.) Standard Question Language
e.) Structured Question Language
CF 10 A
SQL for 10
A: What is C?
Table
SQL for 20
Q: In SQL, the LIKE keyword can be used
to select partial values. (True or False)
CF 20 A
SQL for 20
A: What is true?
Table
SQL for 30
Q: The order of the columns returned by a SQL
SELECT statement are determined by the:
a.) ORDER BY clause.
b.) SORT BY clause.
c.) order they are listed in following SELECT.
d.) order they are listed in following WHERE.
e.) order they are listed in following FROM.
CR 30 A
SQL for 30
A: What are C?
Table
SQL for 40
Q: Which SQL keyword is used to eliminate duplicate rows
in the results of a SQL SELECT query?
a.) UNIQUE
b.) SORT
c.) ORDER BY
d.) DISTINCT
e.) REDUCE
CF 40 A
SQL for 40
A: What is D?
Table
SQL for 50
Which of the following is the correct SQL clause to restrict
the results of a SELECT query to only records that have
a value in the range of 10 to 50 in the Hours column?
a.)
b.)
c.)
d.)
e.)
WHERE
WHERE
WHERE
WHERE
WHERE
Hours
Hours
Hours
Hours
Hours
= MIN(10) and MAX(50)
IN [10, 50]
= 10 and Hours = 50
BETWEEN 10 AND 50
RANGE 10 TO 50
CF 50 A
SQL for 50
A: What is D?
Table
MS Access for 10
Q: To view the SQL that Microsoft Access generates for a
query, click __________.
a.) View / Datasheet
b.) View / SQL View
c.) View / Design View
d.) View / Generator View
e.) View / Develop View
IS 10 A
MS Access for 10
A: What is B?
Table
MS Access for 20
Q: In which row of the query design window does the SQL
WHERE clause information appear?
a.) Sort
b.) Select
c.) Where
d.) Criteria
e.) Field
IS 20 A
MS Access for 20
A: What is D?
Table
MS Access for 30
Q: In which row of the query design window
would you indicate SQL ORDER BY
clause information?
a.)
Sort
b.)
Select
c.)
Where
d.)
Criteria
e.)
Field
IS 30A
MS Access for 30
A: What is A?
Table
MS Access for 40
Q: A query that makes any kind of changes to data in
Microsoft Access is known as what type of query?
a.) An Update Query
b.) A Transform Query
c.) An Action Query
d.) A Modification Query
e.) A Select Query
IF 40 A
MS Access for 40
A: What is C?
Table
MS Access for 50
Q:
This value for the RecordSet type property
of a query indicates that the users can’t change
the result set. (users = people who run the
query)
IF 50 A
MS Access for 50
A: What is Snapshot?
Table
HTML/CSS for 10
What does the acronym CSS
stand for?
a. Cascading Style Sheets
b. Cascading Standard Sheets
c. Cascading Standard Styles
d. Cascading Styled Shapes T10 A
Q:
HTML/CSS for 10
A: What is A?
Table
HTML/CSS for 20
Q: The href attribute:
a. tells the browser where to find the file.
b. identifies the type of link, so the browser
knows what to do with the link.
c. identifies the image that you link to a
Web page.
d. tells the browser what language to use
T20 A
when it applies the styling.
HTML/CSS for 20
A: What is A?
Table
HTML/CSS for 30
Q: The ____________ property allows
authors to set the specific font that
appears in the user’s browser when it
displays a Web page.
T30 A
HTML/CSS for 30
A: What is “font-family” ?
Table
HTML/CSS for 40
Q: An internal style is placed in the ____________ of the
XHTML document.
a. footer
b. body
c. head
d. external file
T40 A
HTML/CSS for 40
A: What are C?
Table
HTML/CSS for 50
Q:Which of the following choices is used to
manage Web pages and other Internet
applications?
a. HyperText Markup Language (HTML)
b. Unified Modeling Language (UML)
c. HyperText Transfer Protocol (HTTP)
d. Internet Information Server (IIS)T50 A
HTML for 50
A: What is C?
Table
Miscellaneous for 10
Q: Select the computer scientist that introduced the
relational database.
a. E.F. Codd
b. C.J. Date
c. P. Chen
d. C. Bachman
e. None of the above
DM 10 A
Miscellaneous for 10
A: What is A?
Table
Miscellaneous for 20
Q: Peter Chen is a well know database specialist. He
developed the E-R model. Select the institution where
he developed his model.
a. Harvard
b. MIT
c. UCLA
d. NTU
e. None of the above
DM 20 A
Miscellaneous for 20
A: What is B?
Table
Miscellaneous for 30
Q: How would you set up a multi-attribute key in MS
Access?
a. hold the shift key down
b. hold the ALT key down
c. hold the “m” key down
d. hold the F1 key down
e. None of the above
DM 30 A
Miscellaneous for 30
A: What is A ?
Table
Miscellaneous for 40
Q: To give the user a sense of connection with your
Web site, include ____________ on every page.
a. the company motto
b. the company logo
c. the companies mailing address
d. contact information
DM 40 A
Miscellaneous for 40
A: What is D?
Table
Miscellaneous for 50
Q: The primary concern of every Web site
should be ____________.
DM 50 A
Miscellaneous for 50
A: What is content?
Table