A database object that represents an entity, like a customer or company.
What is a table?
SELECT * FROM Customers _____ Country = 'Mexico'
What is where?
What goes up and comes back down, but has still never moved?
staircase
This action sends a document, or text to another file in the computer.
What is upload?
The first man to walk on the moon
Neil Armstrong
A callable, parameterized unit of T-SQL statements.
What is a stored procedure?
var x; var txt=""; var person={fname:"John",lname:"Doe",age:25}; for (x _____ person) { txt=txt + person[x]; }
What is in?
What was the ice cream cone invented for?
to hold flowers
This action allows the computer user to transmit a picture, and/or text from a site to another file.
What is download?
The largest state in the United States
Alaska
The specification in SQL Server that auto populates columns with numeric values.
What is identity?
// When retrieving an object from session state, cast it as // the appropriate type. ArrayList stockPicks = (_________)Session["StockPicks"];
What is ArrayList?
How do you tell the age of horse?
its teeth: the longer the older
This form of text launches a website when you click on it. It is used as a shortcut to other sites.
What is hyperlink?
The most populated city in the United States
New York City
The kind of index created when a primary key is defined on a table.
What is a clustered index?
public class Taxi { public bool isInitialized; public _____() { isInitialized = true; } }
What is Taxi?
Scooby Doo and his friends travel around in which vehicle?
The Mystery Machine
This allows you to type in a key word to get onto another site. (examples: Internet Explorer, Google, and Yahoo.)
What is search engine?
The first university in the United States
Harvard
The type of subquery in which the inner query depends on the outer query for its values.
What is correlated?
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?
What animal has the longest lifespan?
giant tortoise is about 150 years
This button allows you to save your document that you have created into the file of your choice.
What is save as?
The original capital of the United States
Philadelphia