QUESTION 81
Which of the following is the process of collecting and analyzing information about the part of the organization that is to be supported by the database application?
-
Object identification
-
Requirements collection and analysis
-
Gathering information
-
Application Design
Correct Answer: B
QUESTION 82
Which of the following statements is true regarding a composite key in a table?
-
It is a primary key.
-
It is a primary or foreign key that consists of two or more attributes of the table.
-
It is a combination of the primary key and the foreign key.
-
It is a foreign key.
Correct Answer: B
QUESTION 83
Which of the following approaches begins with the identification of only a few important concepts and, based on these, the design proceeds, spreading outward ‘radially’?
-
Inside-out approach
-
Bottom-up approach
-
Mixed approach
-
Top-down approach
Correct Answer: A
QUESTION 84
You have created a database for employee management. The database has a table named Employees. The table has the following attributes:
-
Name
-
Address
-
Contact Number
-
Designation
You want to store the salary information for each employee. The database should also store salary history. How will you design the database so that you can query the last increment given to a particular employee?
-
Create a new table that includes the EmployeeSalary and DateOfIncrement columns. Create a one-to-one relationship with the Employees table.
-
Create a new table that includes the EmployeeID, EmployeeSalary, and DateOfIncrement columns. Create a one-to-many relationship with the Employees table.
-
Add the EmployeeSalary and DateOfIncrement columns to the Employees table.
-
Create a new table that includes the EmployeeSalary and DateOfIncrement columns. Create a many-to-many relationship with the Employees table using the new table.
Correct Answer: B
QUESTION 85
Mark works as a Database Administrator for DataOneWorld Inc. The company has a SQL Server database. Mark has to change the properties of an object inside the database. Which of the following statements will he use to accomplish the task?
-
DROP
-
UPDATE
-
CREATE
-
ALTER
Correct Answer: D
QUESTION 86
Mark works as the Database Administrator for DataWorld Inc. The company has a SQL server 2008 database. Mark wants to protect the database from unintended activities made by authorized individuals or processes such as authenticated misuse, malicious attacks, or inadvertent mistakes. Which of the following should he use to accomplish the task?
-
Native auditing
-
Abstraction
-
Referential integrity
-
Database security
Correct Answer: D
QUESTION 87
Rick works as a database administrator for a MySQL server. The server uses the InnoDB storage engine. Rick finds that a table’s performance is inconsistent. He wants to bring the table to a consistent state without shutting down the server. Choose the required steps to accomplish the task.
Select and Place:
Correct Answer:
QUESTION 88
Examine the following table:
In the table, you deleted the record of Mark Smith. Which of the following will change as a result?
-
Degree of the table
-
Cardinality of the table
-
Domain of the table
-
Attribute of the table
Correct Answer: B
QUESTION 89
Which of the following files contain configuration information that must be restored after a MySQL database server has crashed? Each correct answer represents a complete solution. Choose two.
-
My.ini
-
My.cnf
-
Master.info
-
Binary log files
Correct Answer: AB
QUESTION 90
John works as a Database Administrator in www.company.com Inc. The company has a SQL Server database. John wants to create a table named employees in the database. The table will have the id, firstname, lastname, and dateofbirth columns. John has to ensure that the lastname column does not allow null values. Which of the following queries will he use to accomplish the task?
-
CREATE TABLE employees (id INTEGER PRIMARY KEY, firstname CHAR(50)NULL, lastname CHAR (75)NOT NULL, dateofbirth DATE NULL);
-
CREATE TABLE employees (id INTEGER PRIMARY KEY, firstname CHAR(50)NULL, lastname CHAR (75), dateofbirth NULL);
-
CREATE TABLE employees (id INTEGER PRIMARY KEY, firstname CHAR(50)NULL, lastname CHAR (75) NOT NULL);
-
CREATE TABLE employees (id INTEGER PRIMARY KEY, firstname CHAR(50)NULL, lastname CHAR (75), dateofbirth DATE NULL);
Correct Answer: A
Instant Access to Download Latest Complete Collection of Microsoft MTA 98-364 Real Exam
Try Microsoft MTA 98-364 Free Demo
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF