EXPERIMENT10
EXPERIMENT10
Q 1. a) What is SQL? What are the different data types used in SQL.
SQL, or Structured Query Language, is a standard programming language used for managing
and manipulating relational databases. It allows users to create, read, update, and delete (CRUD)
data within a database. SQL is widely used for tasks such as querying data, creating and
modifying database schemas, and managing user access.
SQL data types can vary slightly between different database management systems (DBMS), but
here are some of the most commonly used categories:
SQL statements can be categorized into several types based on their functionality. Here’s an
overview of the main types of SQL statements: