Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q . 2 ( a ) Differentiate between ( any three ) ( i ) Weak and Strong Entity in ER Diagram ( ii )

Q.2(a) Differentiate between (any three)
(i) Weak and Strong Entity in ER Diagram
(ii) Primary Key and Foreign Key in SQL
(iii) Label and Text Control in Visual Basic
(iv) ER Diagram and EER Diagram-
(y) Database Administrator and Database User
(b)(i) Consider the following schema:
Borrower (Customer_Name, Loan_Number)
Loan (Loan_Number, Branch, Amount)
Write Relational Algebra query to find the Customer name who have a loan in all branches.
(ii) Consider the following schema:
Suppliers(sid: integer, sname: string, address: string)
Parts(pid: integer, pname: string, color: string)
Catalog(sid: integer, pid: integer, cost: real)
Write Relational Algebra query to find the pids of the least expensive parts supplied by supplier
named 'Ajay'.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

All of the following are comparison operators, except

Answered: 1 week ago