Database Design(Normal Forms) (original) (raw)

Which of the following is TRUE?

For the relation R(ABCDEFGH) with FD's= {CH->G, A->BC, B->CHF, E->A, F->EG such that F+ is exactly the set of FDs that hold for R.} Consider the FDs given in above question. The relation R is

Consider a relational table with a single record for each registered student with the following attributes.

  1. _RegistrationNum: Unique registration number
    of each registered student
  2. _UID: Unique identity number, unique at the
    national level for each citizen
  3. _BankAccountNum: Unique account number at
    the bank. A student can have multiple accounts
    or join accounts. This attribute stores the
    primary account number.
  4. _Name: Name of the student
  5. _HostelRoom: Room number of the hostel

Which one of the following option is **INCORRECT?

Consider the following relational schema:

**Suppliers( sid:integer , sname:string, city:string, street:string)
**Parts( pid:integer , pname:string, color:string)
**Catalog( sid:integer, pid:integer , cost:real)

Assume that, in the suppliers relation above, each supplier and each street within a city has a unique name, and (sname, city) forms a candidate key. No other functional dependencies are implied other than those implied by primary and candidate keys. Which one of the following is TRUE about the above schema?

In RDBMS, different classes of relations are created using __________ technique to prevent modification anomalies.

Data which improves the performance and accessibility of the database are called:

Consider the following table : Faculty (facName, dept, office, rank, dateHired)

facName dept office rank dateHired
Ravi Art A101 Professor 1975
Murali Math M201 Assistant 2000
Narayanan Art A101 Associate 1992
Lakshmi Math M201 Professor 1982
Mohan CSC C101 Professor 1980
Lakshmi Math M201 Professor 1982
Sreeni Math M203 Associate 1990
Tanuja CSC C101 Instructor 2001
Ganesh CSC C105 Associate 1995

(Assume that no faculty member within a single department has same name. Each faculty member has only one office identified in

_office

). 3NF refers to third normal form and BCNF refers to Boyee-Codd Normal Form Then Faculty is

match the following database terms to their function:

14

Consider a “CUSTOMERS” database table having a column “CITY” filled with all the names of Indian cities (in capital letters). The SQL statement that finds all cities that have “GAR” somewhere in its name, is:

Consider the following dependencies and the BOOK table in a relational database design. Determine the normal form of the given relation.

ISBN → Title
ISBN → Publisher
Publisher → Address

There are 88 questions to complete.

Take a part in the ongoing discussion