SQL Crashcourse
SQL Crashcourse
SQL Crashcourse
SQL
In today's world, data is everything, but to manage it, one has to master
the art of data management. To play with data and database, we need
to know the language that is understood by these databases, and that
language is SQL. SQL is a core of relational type databases. Because of
its huge popularity, it is used by most companies worldwide.
What is SQL?
SQL is an abbreviation for structured query language. It is a language
used to perform actions such as update, retrieve, manipulate, and store
data on a relational database.
Types of Databases
There are different kinds of databases that are in use today, and these
databases are classified based on capabilities, features, functionality,
size, and performance. Few of them are:
Distributed database
Object-oriented database
Centralized database
Operational database
Graph database
Cloud database
NoSQL database
Relational database
The two popular types that are widely used are the relational database
and NoSQL database.
Popular Databases
Some of the popular databases that are widely used today are
MongoDB, Postgres, Microsoft Access, Microsoft SQL Server, MySQL,
and Oracle DB.
For example, to find the total marks scored by all the students:
Similarly, to find the student name who has scored minimum marks:
SQL Aliases
Aliases are used to give temporary names to a column or table. The
syntax for column aliasing is:
If you have any doubts or queries, feel free to comment, and we'll reply
as soon as possible. Don't forget to like this video and subscribe to our
channel for more content on SQL and other topics. Happy learning!
Course
Rishabh Mishra
SQL is a widely used programming language in various industries. This
course is designed for beginners who want to learn SQL from scratch. It
covers the basics and advanced concepts of SQL, including:
Introduction to SQL
Uses of SQL
SQL Application: SQL vs Excel
In the world of data management and analysis, two popular tools are
SQL and Excel. While both can be used to store and manipulate data,
they have different strengths and weaknesses.
ntroduction to SQL
In today's world, data is everything, but to manage it, one has to master
the art of data management. To play with data and database, we need
to know the language that is understood by these databases, and that
language is SQL. SQL is a core of relational type databases. Because of
its huge popularity, it is used by most companies worldwide.
What is SQL?
SQL is an abbreviation for structured query language. It is a language
used to perform actions such as update, retrieve, manipulate, and store
data on a relational database.
What is Database?
A database is an organized collection of data where the data is stored
and accessed electronically from a computer system. It is like a library,
and the books are the data.
Types of Databases
There are different kinds of databases that are in use today, and these
databases are classified based on capabilities, features, functionality,
size, and performance. Few of them are:
Distributed database
Object-oriented database
Centralized database
Operational database
Graph database
Cloud database
NoSQL database
Relational database
The two popular types that are widely used are the relational database
and NoSQL database.
Popular Databases
Some of the popular databases that are widely used today are
MongoDB, Postgres, Microsoft Access, Microsoft SQL Server, MySQL,
and Oracle DB.
For example, to find the total marks scored by all the students:
Similarly, to find the student name who has scored minimum marks:
SQL Aliases
Aliases are used to give temporary names to a column or table. The
syntax for column aliasing is:
If you have any doubts or queries, feel free to comment, and we'll reply
as soon as possible. Don't forget to like this video and subscribe to our
channel for more content on SQL and other topics. Happy learning!