Do you want to learn SQL

SQL stands for Structured Query Language. It is used for storing and managing data in relational database management system (RDMS).
It is a standard language for Relational Database System. It enables a user to create, read, update and delete relational databases and tables.
All the RDBMS like MySQL, Informix, Oracle, MS Access and SQL Server use SQL as their standard database language.
SQL allows users to query the database in a number of ways, using English-like statements.

When an SQL command is executing for any RDBMS, then the system figure out the best way to carry out the request and the SQL engine determines that how to interpret the task.
In the process, various components are included. These components can be optimization Engine, Query engine, Query dispatcher, classic, etc.


All the non-SQL queries are handled by the classic query engine, but SQL query engine won't handle logical files.

Learn others - Once you understands the basic of SQL then other related technologies like Hibernate, JDBC and ORM are become easier to understand.

There are many platforms where SQL is taught, but I will tell you some platforms from where you can learn SQL very well, let me provide you some links and you will see from them, I guarantee that your 100% SQL will be good.

you can learn by YouTube
you can learn by GeeksforGeeks
you can learn by JavaTPoint

Post a Comment

0 Comments