<< Prev Question Next Question >>

Question 28/78

You have a table named Product. The Product table has columns for ProductDescription and ProductCategory.
You need to change the ProductCategory value for all the spoons in the Product table to 43.
Which statement should you use?

LEAVE A REPLY

Your email address will not be published. Required fields are marked *

Question List (78q)
Question 1: Which two elements are required to define a column? (Choose ...
Question 2: You need to list the name and price of each product, sorted ...
Question 3: What are three valid data manipulation language (DML) comman...
Question 4: At 3:00 P.M. (1500 hours), you create a backup of your datab...
Question 5: You need to insert two new products into the Product table. ...
Question 6: Which permission does a user need in order to run a stored p...
Question 7: Which statement deletes the rows where the employee's phone ...
Question 8: You need to disable User1's access to view the data in the C...
Question 9: You have the following table definition: CREATE TABLE Road (...
Question 10: You have a table named Product that contains one million row...
Question 11: You need to establish a set of permissions that you can rout...
Question 12: Which key uniquely identifies a row in a table?...
Question 13: Which statement will result in the creation of an index? (Ex...
Question 14: You have a table named Student that contains 100 rows. Some ...
Question 15: Which command should you use to give a user permission to re...
Question 16: Which category of SQL statements is used to add, remove, and...
Question 17: Which keyword must be included in a create view statement?...
Question 18: You need to store product quantities, and you want to minimi...
Question 19: You have the following table definition: CREATE TABLE Produc...
Question 20: Which statement creates a composite key? (Exhibit)...
Question 21: The component that holds information for a single entry in a...
Question 22: You need to store the first name, last name, and student ID ...
Question 23: What defines the amount of storage space that is allocated t...
Question 24: You have a table that contains the following data. (Exhibit)...
Question 25: Which statement should you use to remove a foreign key?...
Question 26: You have a table named Employee that includes four columns. ...
Question 27: Which type of index changes the order in which the data is s...
Question 28: You have a table named Product. The Product table has column...
Question 29: You have the following table definition: CREATE TABLE Produc...
Question 30: You have a table that contains information about all student...
Question 31: You need to store the contact information for each student i...
Question 32: You execute a statement inside a transaction to delete 100 r...
Question 33: Which database term is used to describe the process of apply...
Question 34: You have a table that contains the following data. (Exhibit)...
Question 35: In SQL, an insert statement is used to add a:...
Question 36: HOTSPOT Instructions: For each of the following statements, ...
Question 37: On which database structure does an update statement operate...
Question 38: What is one difference between an update statement and a del...
Question 39: You are creating a table to store customer data. The Account...
Question 40: You delete rows in a table named Order. The corresponding ro...
Question 41: One reason to add an index is to:...
Question 42: You have two tables. Each table has three rows. How many row...
Question 43: One difference between a function and a stored procedure is ...
Question 44: A named group of SQL statements that can be executed in a da...
Question 45: Which command should you use to remove a table from a databa...
Question 46: The Product table contains the following data. (Exhibit) You...
Question 47: You have a table of products with fields for ProductID, Name...
Question 48: You assign User1 a set of permissions that include the WITH ...
Question 49: Which constraint ensures a unique value in the ID column for...
Question 50: You are writing a select statement to find every product who...
Question 51: You have a Department table and an Employee table in your da...
Question 52: You execute the following statement: SELECT EmployeeID, Firs...
Question 53: You have a table named Product that contains the following d...
Question 54: Which two keys establish a relationship between two tables? ...
Question 55: You need to populate a table named EmployeeCopy with data fr...
Question 56: You need to enable a new employee to authenticate to your da...
Question 57: You execute the following statement: (Exhibit) This statemen...
Question 58: A view can be used to:
Question 59: You are writing an SQL statement to retrieve rows from a tab...
Question 60: You have a Customer table and an Order table. You join the C...
Question 61: You need to remove a view named EmployeeView from your datab...
Question 62: Denormalization is performed in order to:...
Question 63: The terms "bitmap," "b-tree," and "hash" refer to which type...
Question 64: Data in a database is stored in:...
Question 65: You have a table that contains product IDs and product names...
Question 66: Which keyword would you use in a select statement to return ...
Question 67: Your database contains a table named Customer. You need to d...
Question 68: In which situation do you need to perform a restore on a dat...
Question 69: You have a table named Product. You create a view that inclu...
Question 70: On which database structure does an insert statement operate...
Question 71: First normal form requires that a database excludes:...
Question 72: Which keyword can be used in a create table statement?...
Question 73: You have a table named Customer. You need to add a new colum...
Question 74: Which command should you use to add a column to an existing ...
Question 75: You have a table named Employee that includes the following ...
Question 76: A database contains two tables named Customer and Order. You...
Question 77: One reason to create a stored procedure is to:...
Question 78: You need to store product names that vary from three to 30 c...