LAB REPORT Database
LAB REPORT Database
Submitted to-
Anup Majumder
Assistant Professor
The objective of this lab report is to explore the essential SQL commands used for
creating and manipulating databases. SQL (Structured Query Language) is a standard
language for managing relational databases. It provides a means to interact with
databases, facilitating tasks such as creating tables, inserting data, querying information,
and modifying the database structure. Understanding SQL commands is crucial for
anyone working with databases, as it forms the foundation for efficient and effective
data management.
Objective:
The main objective of this lab report is to familiarize ourselves with the fundamental
SQL commands involved in creating and manipulating databases. By understanding
these commands, we aim to gain the knowledge and skills necessary to perform tasks
such as creating a database, defining tables, inserting data, retrieving information, and
modifying the structure of a database. Through practical examples, we will explore the
syntax and usage of various SQL commands, enabling us to develop a solid foundation in
working with databases.
5. Find all customer who have a loan, account or both at the bank
6. Find all customer who have both a loan and an account
Conclusion: