Structured Query Language
1
*Outline
SQL Ingredients
Data Types
Syntax, Key words Example queries
2
*Database
Database is a structure that can house information about many different type of objects as well as the relationships among those objects. A tool is required to easily manipulate such information. This is called a database management system or DBMS. Most popular approach for manipulating data in a relational DBMS is SQL
3
*Structure of the database
Organized collection of data (Tables)
Entries in the Table are single-valued
Each column in the Table should have an u
↧