Dbms Assignment Divya Gupta
Dbms Assignment Divya Gupta
MICROSOFT ACCESS
Ques 1. How to make database table? Ques 2. How to create queries? Ques3. How to create form and report?
Data types
Attributes
Table Name
Data of Employees
Table name
Data types..
Attributes
Data of Departments
Table name
Data of Projects
Table name
Data types
Practical 3.. Query Designing.. Query 1Find the data of the employee whose employee ID is 123,234 and 567
INPUT OF QUERY
Then select employee table in first column and employee ID in second columni.e.123, 234 and 567..
OUTPUT OF QUERY 1
Select employee table and then in first column select dept no and in second column select employees first name
OUTPUT OF QUERY 2.
Select department table and then in first column select location and in second column select department name i.e. Finance and HR
OUTPUT OF QUERY 3 Query 4Find the ID of the employee whose name starts with S and P..