Flat 50% off on all training & certification courses. Limited time offer Explore courses

Use these filters to find papers

  Question
1

Suppose you are given the following requirements for a simple database for the National Hockey League (NHL): 

The NHL has many teams.

o Each teams has a name, a city, a coach, a captain, and a set of players.

o Each player belongs to only one team.

o Each player has a name, a position (such as left wing or goalie), a skill level, and a set of     injury records.

o A team captain is also a player.

o  A game is played between two teams (referred to as host_team and guest_team) and has a date (such as May 11th, 2016) and a score (such as 4 to 2).

(a) Construct a clean and concise ER diagram for the NHL database. 

This question has 1 answers so far.
0

Write short note on:

Log based Recovery

This question has 0 answers so far.
0

Suppose you are given the following requirements for a simple database for the National Hockey League (NHL): 

The NHL has many teams.

o Each teams has a name, a city, a coach, a captain, and a set of players.

o Each player belongs to only one team.

o Each player has a name, a position (such as left wing or goalie), a skill level, and a set of     injury records.

o A team captain is also a player.

o  A game is played between two teams (referred to as host_team and guest_team) and has a date (such as May 11th, 2016) and a score (such as 4 to 2).

(b) Map this E-R model to relational. 

This question has 0 answers so far.
0

Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(f) Find the name of highest paying employee.

This question has 0 answers so far.
0

employees of the company Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(e) Find the company that the smallest payroll. 

This question has 0 answers so far.
0

Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(d) Find all employees who earn more than the average salary of all employees of their company.

This question has 0 answers so far.
0

Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(c) Find all employees in the database who live in the same cities and on the same streets as do their managers. 

This question has 0 answers so far.
0

Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(b) Find all employees in the database who live in the same cities as the companies for which they work.

This question has 0 answers so far.
0

Consider the employee database, where the primary key are underlined.Give an expression in SQL for each of the following queries. 

employee(employee name, street, city)

works(employee name, company name, salary)

company(company name, city)

manages(employee name, manager name)

(a) Find the names of all employees who work for "First Bank Corporation.

This question has 0 answers so far.
0

Discuss significance of check-points in transaction and Shadow-paging.Explain Dead-lock recovery scheme in transaction management. 

This question has 0 answers so far.
0

Write short note on:

 Constraints in SQL

This question has 0 answers so far.
0

Write short note on:

Oracle 8 architecture

This question has 0 answers so far.
0

Differentiate between:

(a) E-R model and Relational model.

This question has 0 answers so far.
0

What are functional dependencies in relation. Find the set of candidate key in the following relation R = {A, B, C, D, E) with set of FD'S {A->BC, CD->E, B->D, E->A}.

This question has 0 answers so far.
0

Discuss normalization and its significance. What are different types of normalization level, explain with illustration. 

This question has 0 answers so far.
0

Discuss Serializibility, Recoverability in terms of transaction management.

This question has 0 answers so far.
0

Discuss ACID properties of Database and Transaction management.

This question has 0 answers so far.
0

Differentiate super-key, primary key and foreign key with proper explanation with illustration. 

This question has 0 answers so far.
0

Discuss Database architecture and data independence.

This question has 0 answers so far.
0

Differentiate between:

(e) 3NF and BCNF normal forms.

This question has 0 answers so far.
0

Differentiate between:

(d) Lock based and Timestamp protocols. 

This question has 0 answers so far.
0

Differentiate between:

(c) SQL and QUEL.

This question has 0 answers so far.
0

Differentiate between:

(b) Distributed Database and object oriented database.

This question has 0 answers so far.