#sql
Read more stories on Hashnode
Articles with this tag
A lot of times, a database administrator would require to fetch data from two tables where they have something in common. In this case, you will have...
Data Query Language (or simply DQL) consists of commands that perform data selection, which is the main focus of relational database users in the...
Data Manipulation Language (or simply DML) consists of SQL commands that handle data maintenance functions. This means that you can manipulate the...
In this post, we shall gain an understanding of the commands in DDL using CREATE, ALTER, and DROP. CREATE CREATE Statement The numerous forms of the...
Since a database is a collection of information, it can store names, numbers, images, calculations, financial amounts, characters and so on. This...
Overview SQL is a flexible computer language that you can deploy in different ways to communicate with relational databases. This software has some...