0% found this document useful (0 votes)
29 views

Dbms Report

microproject

Uploaded by

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

Dbms Report

microproject

Uploaded by

devikatatude
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 11

1.

RATIONALE

Each and every organization like shopping mall, hospital, banking,


institutes, industry needs to share huge amount of data in effective manner.
This course aims to develop skills int students to create, store, modify,
manage and extract information from a database. Database system can be
used as a backend for developing database applications.

2. COMPETENCY

The aim of this course is to help the student to attain the following industry
identified competency through various teaching learning experiences:
 Apply Database management concept using SQL.

3. COURSE OUTCOMES (COs)

The theory, practical experiences and relevant soft skills associated with this course are
to be taught and implemented, so that the student demonstrates the following industry-
oriented COS associated with the above-mentioned competency:
a. Design Normalized database on given data.

b. Create and Manage Database using SQL command.

c. Write PL/SQL code for given database.

d. Apply triggers ob database also create procedure and function according to


condition.

e. Apply security and confidentiality on given Database.

1|Page
“AIRLINES DATABASE”

4.0 aim/benefits of the micro project

 Aim :- A detailed study of Create and Manage Database using SQL command

DATABASE

 Benefits :- Understood the Importance of Create and Manage Database using


SQL command.

 Course outcomes Addressed

Write a SQL code for database and Create and Manage Database using
SQL command

5.1 Actual methodology followed

1. First of all we understand the topic.

2. We collect information about the entire parameter’s topic.

3. We understand each concept of topic.

4. We distribute the work to every group member.

5. We prepare the project report.

2|Page
5.2 Action plan (sequence and for major activity)

Sr. Details of activity Planned Start Planned Name of


Finish responsible
No. date Team
members
1. Select the topic about 25/8/23 10/9/23 ALL
the micro project.
2. Collect information 12/9/2023 10/9/2023 ALL
about us topic
3. To understand the 11/9/23 14/9/23 ALL
concept of topic
3. Analysis of data 15/9/2023 10/10/2023 ALL

4. To prepare project 11/10/2022 20/10/2023 ALL


report
6.0 Resources required:
7.0 Actual Resources Used:
Sr.No Name of Resource/material Specification Qty. Remarks

1. Computer / Internet service Google.com/ 2


YouTube

3|Page
Names of Team Member’s with Roll No.

Sr Name of students Roll no. sign


no

1. Ms. Rutuja Suryawanshi 65

2. Ms. Priyanka Taksal 66

3. Ms. Devika Tatude 67

Ms. H.M.Pathan
(Subject teacher)

4|Page
Introduction

Creating and managing a database using SQL involves a series of


essential steps that encompass database creation, database selection,
listing existing database and taking crucial actions like deleting or altering
database. Each of these tasks requires specific SQL statement tailored to
your chosen database management system (DBMS)

Syntax:-
1. Create
CREATE TABLE table_name (
column1 datatype,
column2 datatype
);

2. INSERT

INSERT INTO table_name (column1, column2, column3, ...)

VALUES (value1, value2, value3, ...);

3. UPDATE

UPDATE table_name SET column1 = new_value WHERE condition;

4. DELETE

DELETE FROM table_name WHERE condition;

5. DROP

DROP TABLE table_name;

5|Page
8.0 Skill Developed

1. Teamwork

2. Communication skills

3. Team management

4. Critical Thinking

5. Task management

6|Page
E-R DIAGRAM(AIRLINES DATABASE MANAGEMENT
SYSTEM):-

7|Page
CODE (OUTPUT):-

8|Page
9|Page
CONCLUSION

In this microproject, we embarked on a journey to design, implement, and


manage a database system for an airline company. The primary objectives
were to create an organized repository of information for flights,
passengers, and reservations, and to demonstrate the practical use of a
DBMS in the context of the airline industry.

Database Design:
We carefully designed the database schema, defining the structure of tables,
relationships, and attributes. This schema served as the foundation for our entire airline
database system.

Data Entry and Management:


We successfully populated the database with meaningful data, reflecting various
aspects of an airline's operation, such as flight schedules, passenger details, and
reservations. This demonstrated the importance of structured data storage and
management.

10 | P a g e
12.0 REFERENCE
I. https://chat.openai.com/c/1b175c92-19cc-4f8d-a4f7-
c5f4a465991d
II. https://web.whatsapp.com/
III. file:///C:/Users/TATUDE/Downloads/DBMS(FINAL)1.pdf

11 | P a g e

You might also like