Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . ( 1 0 points ) ( a ) What is a 1 - tier architecture in DBMS , and what are its limitations
points
a What is a tier architecture in DBMS and what are its limitations
b Describe a tier architecture in DBMS and its main advantage.
c What is a tier architecture in DBMS and its main advantage?
Solution:
points Describe the differences in meaning between the terms relation instance and relation
schema
Solution:
points List two reasons why null values might be introduced into a database.
Solution:
points What is the difference between a primary key and a foreign key?
Solution:
points Consider the following employee database.
employee
ID person name street city
Alice Main St New York
Bob Pine St San Francisco
Carol Oak St New York
David Elm St Boston
Eve Birch St San Francisco
works
ID person name company name salary
Alice BigBank
Bob TechCorp
Carol BigBank
David HealthCare
Eve TechCorp
company
company name city
BigBank New York
TechCorp San Francisco
HealthCare Boston
Give an expression in the relational algebra to express each of the following queries. Also show
the result obtained from the sample database according each queries.
a Find the ID and name of each employee who works for BigBank
b Find the ID name, and city of residence of each employee who works for BigBank
c Find the ID name, street address, and city of residence of each employee who works for Big
Bank and earns more than $
d Find the ID and name of each employee in this database who lives in the same city as the
company for which she or he works.
Solution:
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started