98-364 Exam Questions
238 real 98-364 exam questions with expert-verified answers and explanations. Page 4 of 5.
- Question #161
The terms "bitmap," "b-tree," and "hash" refer to which type of database structure?
- Question #162
One reason to add an index is to:
- Question #163
You have a table that contains the following data. You break the table into the following two tables. This process is referred to as:
- Question #164
You have a table that contains the following data. Which database term is used to describe the relationship between ProductID and ProductCategory?
- Question #165
Which key uniquely identifies a row in a table?
- Question #166
Which statement creates a composite key?
- Question #167
At 3:00 P.M. (1500 hours), you create a backup of your database. At 4:00 P.M. (1600 hours), you create a table named Customer and import data into the table. At 5:00 P.M. (1700 hou...
- Question #168
In which situation do you need to perform a restore on a database?
- Question #169
Which command should you use to give a user permission to read the data in a table?
- Question #170
You need to enable a new employee to authenticate to your database. Which command should you use?
- Question #171
One reason to create a stored procedure is to:
- Question #172
Which permission does a user need in order to run a stored procedure?
- Question #173
You have a table named Product. You create a view that includes all the products from the Product table that are in the Furniture category. You execute a statement on the Product t...
- Question #174
In SQL, an insert statement is used to add a:
- Question #175
You have two tables. Each table has three rows. How many rows will be included in the Cartesian product of these two tables?
- Question #176
You are writing an SQL statement to retrieve rows from a table. Which data manipulation language (DML) command should you use?
- Question #177
Which constraint ensures a unique value in the ID column for each customer?
- Question #178
Which category of SQL statements is used to add, remove, and modify database structures?
- Question #179
You have a Customer table and an Order table. You join the Customer table with the Order table by using the CusromerID column. The results include: - All customers and their orders...
- Question #180
Data in a database is stored in:
- Question #181
You have a table named Student that contains 100 rows. Some of the rows have a NULL value in the FirstName column. You execute the following statement: DELETE FROM Student What is...
- Question #182
You need to establish a set of permissions that you can routinely assign to new users. What should you create?
- Question #183
Which database term is used to describe the process of applying a backup to a damaged or corrupt database?
- Question #184
You need to disable User1's access to view the data in the Customer table. Which statement should you use?
- Question #185
Denormalization is performed in order to:
- Question #186
You have a table named Product that contains one million rows. You need to search for product information in the Product table by using the product's unique ID. What will make this...
- Question #187
You have a table named Product that contains the following data. The PrcducrID column is the primary key. The CategoryID column is a foreign key to a separate table named Category....
- Question #188
You need to list the name and price of each product, sorted by price from highest to lowest. Which statement should you use?
- Question #189
You delete rows in a table named Order. The corresponding rows in the OrderItem table are automatically deleted. This process is an example of a/an:
- Question #190
Which statement deletes the rows where the employee's phone number is not entered?
- Question #191
You need to insert two new products into the Product table. The first product is named Book and has an ID of 125. The second product is named Movie and has an ID of 126. Which stat...
- Question #192
You have a table named Employee that includes four columns. You execute the following statement: - SELECT * - FROM Employee Which columns are returned?
- Question #193
Which two elements are required to define a column? (Choose two.)
- Question #194
What defines the amount of storage space that is allocated to a value in a column?
- Question #195
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 Acco...
- Question #196
What is one difference between an update statement and a delete statement?
- Question #197
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...
- Question #198
You need to store the first name, last name, and student ID for 100 students. This information will be stored in a table as:
- Question #199
What are three valid data manipulation language (DML) commands? (Choose three.)
- Question #200
You assign User1 a set of permissions that include the WITH GRANT OPTION. The WITH GRANT OPTION enables User1 to:
- Question #201
Which type of index changes the order in which the data is stored in a table?
- Question #204
You have the database table named Cars as defined below: You have the following Structured Query Language (SQL) statement: How many rows are returned by the SQL statement?
- Question #205
You have a database table named SongInformation as defined below: You need to create a Structured Query Language (SQL) query to retrieve only the names of songs that sold more than...
- Question #206
You accept an IT internship at a local charity. The charity asks you to keep a record of its volunteers by using a database table named Volunteer. The table has the following colum...
- Question #207
This question requires that you evaluate the underlined text to determine if it is correct. Use the FROM keyword in a SELECT statement to return rows that meet a specific condition...
- Question #208
You need to combine the results of two queries into a single result that contains all of the rows from both queries. Which Structured Query Language (SQL) statement should you use?
- Question #209
This question requires that you evaluate the underlined text to determine if it is correct. The CREATE TABLE command removes one or more table definitions and all data, indexes, tr...
- Question #210
You accept an IT internship at a local charity. The charity wants you to help them with compliance and auditing requirements. You need to ensure that a column or combination of col...
- Question #213
While attending college, you accept an IT internship at a local charity. The charity needs to report on data that is related and exists in two tables. You need to establish a relat...
- Question #214
This question requires that you evaluate the underlined text to determine if it is correct. A view can be used to ensure referential integrity. Instructions: Review the underlined...