Databases
The Missing Code
Say What?
Processing
Facts about the U.S.
100

A database object that represents an entity, like a customer or company.

What is a table?

100

SELECT * FROM Customers _____ Country = 'Mexico'

What is where?

100

What goes up and comes back down, but has still never moved?

staircase

100

This action sends a document, or text to another file in the computer.

What is upload?

100

The first man to walk on the moon

Neil Armstrong

200

A callable, parameterized unit of T-SQL statements.

What is a stored procedure?

200

var x; var txt=""; var person={fname:"John",lname:"Doe",age:25}; for (x _____ person) { txt=txt + person[x]; }

What is in?

200

What was the ice cream cone invented for?

to hold flowers

200

This action allows the computer user to transmit a picture, and/or text from a site to another file.

What is download?

200

The largest state in the United States

Alaska

300

The specification in SQL Server that auto populates columns with numeric values.

What is identity?

300

// When retrieving an object from session state, cast it as // the appropriate type. ArrayList stockPicks = (_________)Session["StockPicks"];

What is ArrayList?

300

How do you tell the age of horse?

its teeth: the longer the older

300

This form of text launches a website when you click on it. It is used as a shortcut to other sites.

What is hyperlink?

300

The most populated city in the United States

New York City

400

The kind of index created when a primary key is defined on a table.

What is a clustered index?

400

public class Taxi { public bool isInitialized; public _____() { isInitialized = true; } }

What is Taxi?

400

Scooby Doo and his friends travel around in which vehicle?

The Mystery Machine

400

This allows you to type in a key word to get onto another site. (examples: Internet Explorer, Google, and Yahoo.)

What is search engine?

400

The first university in the United States

Harvard

500

The type of subquery in which the inner query depends on the outer query for its values.

What is correlated?

500

if (window.XMLHttpRequest) {// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest(); } else {// code for IE6, IE5 xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.open("GET","books.xml",false); xmlhttp.send(); xmlDoc=xmlhttp._________________;

What is responseXML?

500

What animal has the longest lifespan?

giant tortoise is about 150 years

500

This button allows you to save your document that you have created into the file of your choice.

What is save as?

500

The original capital of the United States

Philadelphia

M
e
n
u