Trending News: Is Data Science being the New Sexiest Job of 2022?
SQL Tutorial for Beginners - SQL Interview Preparation - DAY 1
SQL - Tutorial - DAY 1
Our SQL tutorial will teach you how to learn SQL in 30 Days.
DAY 1 - SQL
What is SQL?
SQL - Structured Query Language
It's a standard language for storing, manipulating, and retrieving data in databases and you access and manipulate databases.
SQL became a type of the American National Standards Institute (ANSI) in 1986 and of the International Organization for Standardization (ISO) in 1987
What Can SQL do?
What is Data?
Data is a raw fact that describes the attributes of an entity /object.
Example: Human Being (Data)
Describe |
Attributes |
Name |
Surya |
Age |
24 |
D.O.B |
30-05-1998 |
What is Data Base?
It is a place where data will be stored in a systematic and organized manner.
Basic Operations performed on the database are:
It is generally known as “CRUD” Operations.
What is Database Management System (DBMS)?
It is software used to maintain and manage the database.
The main factors of DBMS are:
Types of DBMS Software?
There are four types of DBMS Software,
BACK TO TOP