You are on page 1of 2

Database Report:

 A database report is a document that summarizes


data stored in a database.
 It is an excellent way to organize, analyze and
present data in an easy-to-understand format.
 Reports are used in many industries to
communicate important information to
stakeholders and supports strategic decision
making.
 Reports can be saved in multiple formats, such as
PDF, Excel or HTML.

Practice Questions on SQL Queries:


Ques-1)
WorksOn Database:
emp (eno, ename, bdate, title, salary)
proj (pno, pname, budget)
dept (dno, dname, dhead)
workson (eno, pno, resp, hours)

a) Write an SQL query that returns project number and name


for projects with a budget greater than $100,000.
b) Write an SQL query that returns all works on records
where hours worked is less than 10 and the responsibility is
‘Manager’.

Ques-2)
Write SQL commands to construct following table.
Table Name - Employee

EId EName Deptt ContactNo Email EHeadId

101 ABC E-101 1234567890 ABC@gmail.com 905

You might also like