Assignment DBMS
Assignment DBMS
10. Explain different types of relational algebra operation with proper mathematical notation.
16. Write a SQL command for inserting and deleting records in a table.
iii. Attribute.
v. Aggregation.
vi. SQL.
19. Consider the following relational schema of hospital where primary key are underlined.
Doctor(name,age,address)
Works(name,deptno)
Department(deptno,floor,room)
Write down the relational algebra and SQL expression for the following:
v. Find the name of doctors having address 'Kathmandu' and working on ground floor.