Dbms Assignment Divya Gupta

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 17

Name-Divya Gupta Enrollment number-02050501712 Course-BBA II Sem(2nd shift) DBMS Assignment

MICROSOFT ACCESS
Ques 1. How to make database table? Ques 2. How to create queries? Ques3. How to create form and report?

Practical 1. How to create database table.

Click here to create new database table..

Decide the location of the file..

Practical 2. Designing a new table

Click here to create design view of database

Design view of Employee table.

Data types

Attributes

Table Name

Datasheet view of Employee table

Data of Employees

Table name

Design view of Department Table.

Data types..

Attributes

Database view of Department Table..

Data of Departments

Table name

Design view of Project Table

Designing of Project Table

Datasheet view of Project Table

Data of Projects

Table name

Design view of Dependent Table

Data types

Datasheet view of Dependent Table

Data of dependents of Employees

Practical 3.. Query Designing.. Query 1Find the data of the employee whose employee ID is 123,234 and 567

Select employee table and then close the show table

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

Retrieved data of employees whose ID is 123 , 234 and 567

Query 2Find the Department no. of Shruti , Deepakshi and Pooja.

Select employee table and then in first column select dept no and in second column select employees first name

OUTPUT OF QUERY 2.

Retrieved data of employees whose name is Shruti ,Deepakshi and Pooja

Query 3Finance and HR department at located to which all places

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..

Retrieved data of departments whose name is Finance and HR..

You might also like