PrepAway - Latest Free Exam Questions & Answers

Category: 98-364 (v.1)

Exam 98-364: Database Fundamentals (update January 3rd, ,2015)

What are the errors in the above query?

Remo works as a Database Designer for Tech Inc. He wants to create a table named Product. He
issues the following query to create the Product table:
CREATE Product (
ProductID Char (10) NOT NULL,
OrderID Char (10) NULL
ProductName Varchar NOT NULL,
Primary key (OrderID, ProductID))
What are the errors in the above query?
Each correct answer represents a complete solution. Choose two.

What should you create to meet this need?

You work as a database developer for www.company.com.com. The company has a database named
www.company.com that is hosted on a SQL Server 2008 server. The database includes a table
named Employees, which contains the details of the employees. You want to ensure that anytime
any data in the Employees table is modified with an UPDATE statement, they are recorded in a table
named EmployeeChanges. The EmployeeChanges table includes columns to record what the change
was, who made the change, and when they made the change. What should you create to meet this
need?

Which of the following is true about this table?

Linda works as a Database Designer for Lion Inc. She has been given an assignment to design the
database of a publishing company. The database has a table named Author, which has a composite
key, AuthorID and TitleID. Royalty and LiteraryAgent are the other attributes. The functional
dependencies are such that AuthorID + TitleID-> Royalty (i.e. Royalty is functionally dependent on
AuthorID and TitleID) and AuthorID-> LiteraryAgent (i.e. LiteraryAgent is functionally dependent on
AuthorID). Which of the following is true about this table?


Page 4 of 12« First...23456...10...Last »