Loading, please wait...

A to Z Full Forms and Acronyms

What is SQL?

May 11, 2020 SQL, What is SQL, 797 Views
In this article you'll see SQL intoduction in short

SQL is a programming language that enables programmers to work with data. It is the standard language for relational database management systems.

โ—๏ธ What does SQL stand for?

It stands for Structured Query Language. It's a language that allows communication with databases to manage all the data they contain.

โ—๏ธWhat are some cool things you can do with SQL?

๐Ÿ‘‰๐ŸผYou can create a database.
๐Ÿ‘‰๐ŸผYou can create tables in a database.
๐Ÿ‘‰๐ŸผYou can query or request information from a database.
๐Ÿ‘‰๐ŸผYou can insert records in a database.
๐Ÿ‘‰๐ŸผYou can update or modify records in a database.
๐Ÿ‘‰๐ŸผYou can delete records from the database.
๐Ÿ‘‰๐ŸผYou can set permissions or access control within the database for data security.
โ €โ €
And the list goes on and on!
โ €โ €
Do you have experience working with SQL? I for one, have worked with SQL but I rather work with MongoDB! ๐Ÿค“

A to Z Full Forms and Acronyms

Related Article