51
Final Jeopardy Final Jeopardy Relatio Relatio nal nal model model SQL SQL Query Query MS MS Access Access HTML HTML Misc Misc 10 10 10 10 10 10 10 10 10 10 20 20 20 20 20 20 20 20 20 20 30 30 30 30 30 30 30 30 30 30 40 40 40 40 40 40 40 40 40 40 50 50 50 50 50 50 50 50 50 50

Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Embed Size (px)

Citation preview

Page 1: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Final JeopardyFinal JeopardyRelationRelation

alal

modelmodel

SQLSQL

QueryQueryMS MS

AccessAccessHTMLHTML MiscMisc

1010 1010 1010 1010 1010

2020 2020 2020 2020 2020

3030 3030 3030 3030 3030

4040 4040 4040 4040 4040

5050 5050 5050 5050 5050

Page 2: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational Model for 10Relational Model for 10

Q: This is Q: This is some subset of the some subset of the database.database.

OL 10 A

Page 3: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational Model– 10 pointsRelational Model– 10 points

A: What is a A: What is a viewview??

Table

Page 4: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 20Relational model for 20

Q: Every table must have thisQ: Every table must have this

OL 20 A

Page 5: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 20Relational model for 20

A: What is a Pkey?A: What is a Pkey?

Table

Page 6: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 30Relational model for 30

Q: This is a Q: This is a set of allowable values set of allowable values for one or more attributesfor one or more attributes??

OL 30 A

Page 7: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 30Relational model for 30

A: What is Domain ?A: What is Domain ?

Table

Page 8: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 40Relational model for 40

Q: This Q: This is the number of tuples in a is the number of tuples in a relation.relation.

OL 40 A

Page 9: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 40Relational model for 40

A: What is A: What is CardinalityCardinality??

Table

Page 10: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 50Relational model for 50

Q: A database is a ___________.Q: A database is a ___________.a.)a.) self-describing collection of related self-describing collection of related recordsrecordsb.)b.) collection of forms and reports that collection of forms and reports that support a given purposesupport a given purposec.)c.) library of queries and data files for library of queries and data files for queryingqueryingd.)d.) set of applications and the data sets for set of applications and the data sets for those applications those applications e.)e.) All of aboveAll of above

OL 50 A

Page 11: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Relational model for 50Relational model for 50

A: What is A?A: What is A?

Table

Page 12: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 10SQL for 10

Q: SQL stands for ___________.Q: SQL stands for ___________.a.)a.) Standard Query LanguageStandard Query Languageb.)b.) Structural Question LanguageStructural Question Languagec.)c.) Structured Query LanguageStructured Query Languaged.)d.) Standard Question LanguageStandard Question Languagee.)e.) Structured Question LanguageStructured Question Language

CF 10 A

Page 13: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 10SQL for 10

A: What is C?A: What is C?

Table

Page 14: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 20SQL for 20

Q: In SQL, the LIKE keyword can be Q: In SQL, the LIKE keyword can be used to select partial values. (True or used to select partial values. (True or False)False)

CF 20 A

Page 15: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 20SQL for 20

A: What is true?A: What is true?

Table

Page 16: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 30SQL for 30

Q: The order of the columns returned by a SQL Q: The order of the columns returned by a SQL SELECT statement are determined by the:SELECT statement are determined by the:a.)a.) ORDER BY clause.ORDER BY clause.b.)b.) SORT BY clause.SORT BY clause.c.)c.) order they are listed in following SELECTorder they are listed in following SELECT..d.)d.) order they are listed in following WHERE.order they are listed in following WHERE.e.)e.) order they are listed in following FROM.order they are listed in following FROM.

CR 30 A

Page 17: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 30SQL for 30

A: What are C?A: What are C?

Table

Page 18: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 40SQL for 40

Q: Which SQL keyword is used to eliminate duplicate rows in Q: Which SQL keyword is used to eliminate duplicate rows in the results of a SQL SELECT query?the results of a SQL SELECT query?a.)a.) UNIQUEUNIQUEb.)b.) SORTSORTc.)c.) ORDER BYORDER BYd.)d.) DISTINCTDISTINCTe.)e.) REDUCEREDUCE

CF 40 A

Page 19: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 40SQL for 40

A: What is D?A: What is D?

Table

Page 20: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 50SQL for 50Which of the following is the correct SQL clause to restrict the results of a 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 SELECT query to only records that have a value in the range of 10 to 50 in the Hours column?in the Hours column?

a.)a.) WHERE Hours = MIN(10) and MAX(50)WHERE Hours = MIN(10) and MAX(50)b.)b.) WHERE Hours IN [10, 50]WHERE Hours IN [10, 50]c.)c.) WHERE Hours = 10 and Hours = 50WHERE Hours = 10 and Hours = 50d.)d.) WHERE Hours BETWEEN 10 AND 50WHERE Hours BETWEEN 10 AND 50e.)e.) WHERE Hours RANGE 10 TO 50WHERE Hours RANGE 10 TO 50

CF 50 A

Page 21: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

SQL for 50SQL for 50

A: What is D?A: What is D?

Table

Page 22: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 10MS Access for 10Q: To view the SQL that Microsoft Access generates for a query, click Q: To view the SQL that Microsoft Access generates for a query, click

__________.__________.a.)a.) View / Datasheet View / Datasheet b.)b.) View / SQL ViewView / SQL Viewc.)c.) View / Design ViewView / Design Viewd.)d.) View / Generator ViewView / Generator Viewe.)e.) View / Develop ViewView / Develop View

IS 10 A

Page 23: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 10MS Access for 10

A: What is B?A: What is B?

Table

Page 24: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 20MS Access for 20Q: In which row of the query design window does the SQL WHERE clause Q: In which row of the query design window does the SQL WHERE clause

information appear?information appear?a.)a.) SortSortb.)b.) SelectSelectc.)c.) WhereWhered.)d.) CriteriaCriteriae.)e.) FieldField

IS 20 A

Page 25: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 20MS Access for 20

A: What is D?A: What is D?

Table

Page 26: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 30MS Access for 30

Q: Q: In which row of the query design In which row of the query design window would you indicate SQL window would you indicate SQL ORDER BY clause information?ORDER BY clause information?

a.)a.) SortSort

b.)b.) SelectSelect

c.)c.) WhereWhere

d.)d.) CriteriaCriteria

e.)e.) FieldField IS 30A

Page 27: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 30MS Access for 30

A: What is A?A: What is A?

Table

Page 28: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 40MS Access for 40Q: A query that makes any kind of changes to data in Microsoft Access is known as what Q: A query that makes any kind of changes to data in Microsoft Access is known as what

type of query?type of query?a.)a.) An Update QueryAn Update Queryb.)b.) A Transform QueryA Transform Queryc.)c.) An Action QueryAn Action Queryd.)d.) A Modification QueryA Modification Querye.)e.) A Select QueryA Select Query

IF 40 A

Page 29: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 40MS Access for 40

A: What is C?A: What is C?

Table

Page 30: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 50MS Access for 50

Q:Q: This value for the RecordSet type This value for the RecordSet type property of a query indicates that the property of a query indicates that the users can’t change the result set. (users = users can’t change the result set. (users = people who run the query)people who run the query)

IF 50 A

Page 31: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

MS Access for 50MS Access for 50

A: What is Snapshot?A: What is Snapshot?

Table

Page 32: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 10HTML/CSS for 10

Q: Q: What does the acronym CSS What does the acronym CSS stand for?stand for?

a. Cascading Style Sheetsa. Cascading Style Sheets

b. Cascading Standard Sheetsb. Cascading Standard Sheets

c. Cascading Standard Stylesc. Cascading Standard Styles

d. Cascading Styled Shapesd. Cascading Styled ShapesT10 A

Page 33: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 10HTML/CSS for 10

A: What is A?A: What is A?

Table

Page 34: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 20HTML/CSS for 20

Q: Q: The href attribute: The href attribute:

a. tells the browser where to find the file.a. tells the browser where to find the file.

b. identifies the type of link, so the b. identifies the type of link, so the browser knows what to do with the browser knows what to do with the link.link.

c. identifies the image that you link to a c. identifies the image that you link to a Web page.Web page.

d. tells the browser what language to use d. tells the browser what language to use when it applies the styling.when it applies the styling.

T20 A

Page 35: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 20HTML/CSS for 20

A: What is A?A: What is A?

Table

Page 36: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 30HTML/CSS for 30

Q: The ____________ property allows Q: The ____________ property allows authors to set the specific font that authors to set the specific font that appears in the user’s browser when appears in the user’s browser when it displays a Web page.it displays a Web page.

T30 A

Page 37: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 30HTML/CSS for 30A: What is “font-family” ?A: What is “font-family” ?

Table

Page 38: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 40HTML/CSS for 40

Q: An internal style is placed in the ____________ of the XHTML Q: An internal style is placed in the ____________ of the XHTML document.document.

a. footera. footerb. bodyb. bodyc. headc. headd. external filed. external file

T40 A

Page 39: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML/CSS for 40HTML/CSS for 40

A: What are C?A: What are C?

Table

Page 40: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

T50 A

HTML/CSS for 50HTML/CSS for 50

Q:Which of the following choices is Q:Which of the following choices is used to manage Web pages and used to manage Web pages and other Internet applications?other Internet applications?

a. HyperText Markup Language (HTML)a. HyperText Markup Language (HTML)

b. Unified Modeling Language (UML)b. Unified Modeling Language (UML)

c. HyperText Transfer Protocol (HTTP)c. HyperText Transfer Protocol (HTTP)

d. Internet Information Server (IIS)d. Internet Information Server (IIS)

Page 41: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

HTML for 50HTML for 50

A: What is C?A: What is C?

Table

Page 42: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 10Miscellaneous for 10Q: Select the computer scientist that introduced the relational database.Q: Select the computer scientist that introduced the relational database.a. E.F. Codda. E.F. Coddb. C.J. Dateb. C.J. Datec. P. Chenc. P. Chend. C. Bachmand. C. Bachmane. None of the abovee. None of the above

DM 10 A

Page 43: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 10Miscellaneous for 10

A: What is A?A: What is A?

Table

Page 44: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 20Miscellaneous for 20

Q: Peter Chen is a well know database specialist. He developed Q: Peter Chen is a well know database specialist. He developed the E-R model. Select the institution where he developed his the E-R model. Select the institution where he developed his model. model.

a. Harvarda. Harvardb. MITb. MITc. UCLAc. UCLAd. NTUd. NTUe. None of the abovee. None of the above

DM 20 A

Page 45: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 20Miscellaneous for 20

A: What is B? A: What is B?

Table

Page 46: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 30Miscellaneous for 30Q: How would you set up a multi-attribute key in MS Access? Q: How would you set up a multi-attribute key in MS Access? a. hold the shift key downa. hold the shift key downb. hold the ALT key downb. hold the ALT key downc. hold the “m” key downc. hold the “m” key downd. hold the F1 key downd. hold the F1 key downe. None of the abovee. None of the above

DM 30 A

Page 47: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 30Miscellaneous for 30

A: What is A ?A: What is A ?

Table

Page 48: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 40Miscellaneous for 40

Q: To give the user a sense of connection with Q: To give the user a sense of connection with your Web site, include ____________ on every your Web site, include ____________ on every page. page.

a. the company mottoa. the company mottob. the company logob. the company logoc. the companies mailing addressc. the companies mailing addressd. contact informationd. contact information

DM 40 A

Page 49: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 40Miscellaneous for 40

A: What is D?A: What is D?

Table

Page 50: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 50Miscellaneous for 50

Q: The primary concern of every Web Q: The primary concern of every Web site should be ____________.site should be ____________.

DM 50 A

Page 51: Final Jeopardy RelationalmodelSQLQuery MS Access HTMLMisc 10 20 30 40 50

Miscellaneous for 50Miscellaneous for 50

A: What is content?A: What is content?

Table