PrepAway - Latest Free Exam Questions & Answers

Category: 98-364

Exam 98-364: Database Fundamentals

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 Employeestable
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 thatAuthorID
+ 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 13« First...23456...10...Last »