0% found this document useful (0 votes)
15 views2 pages

SQL Questions

A database report summarizes and organizes data from a database into an easy-to-understand format. It allows stakeholders to analyze the data and make strategic decisions. Database reports can be saved in common formats like PDF, Excel, and HTML.

Uploaded by

mayank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views2 pages

SQL Questions

A database report summarizes and organizes data from a database into an easy-to-understand format. It allows stakeholders to analyze the data and make strategic decisions. Database reports can be saved in common formats like PDF, Excel, and HTML.

Uploaded by

mayank
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 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 [email protected] 905

You might also like