You are on page 1of 7

Assignment 4

Course title: Introduction to Database Systems Laboratory


Course code: CSE-256
2nd Year 2nd Semester Examination 2023

Date of submission
09-12-2023

Submitted to-
Dr. Md. Humayan Kabir.
Dr.Liton Jude Rozario.
Anup Majumder.
Professor
Department of Computer Science and Engineering
Jahangirnagar University
Savar, Dhaka-1342

SI Class Roll Exam Roll Name


01 379 210899 SHAH SULTAN
Title: Creating database name user and a table name user_login.

Introduction: To establish a structured and efficient data storage system by creating


database and table, facilitating the organization, retrieval, and management of
information for a specific application or business process.

Objective:
 Establish a secure and logical container for data storage.
 Define a structured format within the database to store specific type of data.
 Systematically organize information to ensure data integrity and minimize
redundancy.
 Facilitate quick and targeted retrieval of data for enhanced query efficiency.
 Support seamless integration with application for standardized data interaction.
 Provide a foundation for effective data management, including insertion, updating,
and deleting of records.

Materials and Methods:


 XAMPP Software
 Installation: Execute the XAMPP installer on your computer and follow the on-
screen instructions to install the software. Choose the components you want to
install (e.g., Apache, MySQL) during the installation process.
 Control Panel: XAMPP provides a control panel that allows you to start and stop
the Apache web server and MySQL database server. Launch the control panel and
start both Apache and MySQL services.
 Web Development: Place your web application files in the "htdocs" directory
within the XAMPP installation folder. This is the root directory for Apache, and
your web application files should be stored here for local testing
 Accessing Localhost: Open a web browser and navigate to "http://localhost" to
access the locally hosted web server. This allows you to test and interact with
your web application as if it were live on a web server.
1.insert the following data user_login:

2.Select all from user_login table:

3. show all from user_name from the table;


4. show all the data name is Alan;

5. show all the data blood_grp b+ve;


6.Select all data whre name Jhon;

7. blood group desc:

8.select all data first name Alan:


9.update blood group name Alan:

10.update blood group all a+:


11: update password;

Analysis: Database Management System (DBMS) is a software that efficiently


organizes, manages, and facilitates access to structured data, ensuring data integrity and
providing a standardized interface for users and applications. It acts as an intermediary
between the database and users, enabling secure and organized data storage, retrieval, and
manipulation.

You might also like