Which data type should you use for the AccountNumber column?
You are creating a table to store customer data. The AccountNumber column uses values that always
consist of one letter and four digits. Which data type should you use for the AccountNumber
column?
What is one difference between an update statement and a delete statement?
What is one difference between an update statement and a delete statement?
What should you apply to the Employee table?
You have a Department table and an Employee table in your database.
You need to ensure that an employee can be assigned to only an existing department.
What should you apply to the Employee table?
You need to store the first name, last name, and student ID for 100 students
You need to store the first name, last name, and student ID for 100 students.
This information will be stored in a table as:
What are three valid data manipulation language (DML) commands?
What are three valid data manipulation language (DML) commands? (Choose three.)
The WITH GRANT OPTION enables User1 to:
You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT
OPTION enables User1 to:
which the data is stored in a table?
Which type of index changes the order in which the data is stored in a table?
Which statement should you use to remove a foreign key?
Which statement should you use to remove a foreign key?
First normal form requires that a database excludes:
First normal form requires that a database excludes:
What is the result in the database?
You execute a statement inside a transaction to delete 100 rows from a table. The transaction fails
after only 40 rows are deleted.
What is the result in the database?