SQL code by syed aarhan
SQL code by syed aarhan
Database
It is defined as a collection of interrelated data stored together to serve multiple
applications.
MySQL Elements
MySQL has certain elements that play an important role in querying a database.
Literals
Literals refer to a fixed data value
17 #It is a numeric literal
"Harry" #It is a text literal
12.5 #It is a real literal
Copy
Data Types
Data types are means to identify the type of data.
#Numeric
# It is a single-line commend