You are on page 1of 3

INDEX

S.No Assignments
.
1 Introduce DBMS and RDBMS.
2 Create a database using MS Access.
3 To understand various features of SQL.
4 To create table in design view and datasheet view by Field Name,
Data Type, Field Size and Description.
5 What do you mean by Field Name, Data Type, Field Size and
Description?
6 Write steps to open an existing database.
7 Introduce various data types in Database (one line description of
each with example). Create a student database with a table
STUDENT_DETAILS containing the data field name as
 ID
 FIRST NAME
 LAST NAME
 AGE
 ADDRESS

Insert 5 records using the Design View in MS Access.


8 Write steps to create a database, save the database and open the
database. Create a student database with S1 as table name
containing the field name as SERIAL NUMBER,
ENROLLMENT NUMBER, AGE and ADDRESS. Insert at least
ten records using the design view in MS Access.
9 Define data types and explain the various data types available in
MS Access.
10 Create a database named EMPLOYEE with the following fields as
EMPLOYEE NAME, EMPLOYEE CODE, EMPLOYEE
DESIGNATION, EMPLOYEE DEPARTMENT, DATE OF
JOINING and YEARS OF EXPERIENCE. Delete any two
records as well as fields from the table to show the output.
11 To implement the following clauses:
 Where
 Like
 Group by
 Order by
 Having
12 To implement range searching and pattern matching
13 To implement various operations in SQL using:
 Arithmetic operations
 Relational operations
 Logical operations
14 To implement aggregate functions:
 Max
 Min
 Count
 Count(*)
 Distinct
15 To implement all operations and aggregate functions using SQL
commands.
16 Create the following table CUSTOMER having the columns, data
types.
Field Name Data Type
Customer ID Number
Customer Name Text
Designation Text
City Text
Country Text
Phone Number
Insert the data into table Customer. And apply the queries:

 Display customer details having designation Sales


Representative
 Retrieve customer who is living in Canada
 Show details of the customer whose name is Victoria
 Show detail of the customer who lives in Sweden.
 Show detail of the customer who is owner.

17
Create a table EMPLOYEE either the following fields:
Emp_id
Emp_name
Dept_name
Salary
Designation
Date of joining
Grade

Perform the following queries on it.

1. Delete the records of the employee whose Emp_id is 101


2. Delete the record of the employees whose Dept_name is
HR and salary >10000
3. Delete the record of the employee whose name begins with
S or salary >10000
4. Update the record of the employees, set Dept_name = IT
where Dept_name is PRODUCTION.
5. Update the record of the employee, set salary to 15000
where Dept_name is IT.
6. Display the name of the employees whose salary is greater
than 10,000.Update the employee details, set
EMP_GRADE equal to C whose salary is less than 10000.
7. Display the employee id of employee working is same
department and same salary.
8. Display salary in descending order
9. Delete the record of the employee whose dept= IT is and
designation is Manager.
10. Display the department name of employees whose doj= 15
nov 2022
11. Update the employee details; set designation to Assistant
manager where designation is trainee.
12. Display the employee id, name, salary and designation for
the employees where emp_grade is A.

18 Create an ER diagram for student management system


19 Create a form using MS-Access (student registration form)
20 Create an employee registration form using MS-Access

You might also like