SQL - Day 1: Structured Query Language
SQL - Day 1: Structured Query Language
SQL - Day 1
Agenda
Data
Data Base.
Data Base Management System (DBMS).
Relational Database RDBMS.
Structured Query Language.
What is Data?
Data is a collection of facts, such as numbers, words, measurements,
observations or just descriptions of things.
These huge data is managed by one of the system known as DBMS or Data
Base Management System.
Data is stored in table format inside the database. Tabular format or table
format contains rows and columns to store data in organized or structure
manner. The database which stores or manages the data in the form of rows and
columns or tabular form is known as “Relational Database Management”.
What is SQL?
SQL stands for Structured Query Language. SQL query language is a kind of
programming language that's designed to facilitate retrieving specific
information from relational databases.
Application RDBMS
Structured: SQL deals with RDBMS, where RDBMS is a database System which
stores the data in structured form.
TO BE CONTINUED…..