Multiple Choice
What does the following SQL statement do? Alter Table Customer_T
Add (Type Varchar (2) ) ;
A) Alters the Customer_T table to accept Type 2 Varchars
B) Alters the Customer_T table to be a Type 2 Varchar
C) Alters the Customer_T table, and adds a field called "Type"
D) Alters the Customer_T table by adding a 2-byte field called "Varchar"
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Multiple values returned from an SQL query
Q45: Expressions are mathematical manipulations of data in
Q46: What result set will the following query
Q52: Which of the following counts ONLY rows
Q53: The following insert command would work fine:<br>insert
Q55: Which of the following will produce the
Q69: DCL is used to update the database
Q78: Which of the following is the wildcard
Q87: The HAVING clause and the WHERE clause
Q95: The SQL command used to populate tables