From 6285fac27ed577060d3c15ff1b27a03e49475751 Mon Sep 17 00:00:00 2001 From: Libi Joseph <35390204+Liby-joseph@users.noreply.github.com> Date: Sat, 21 Oct 2023 17:14:28 +0530 Subject: [PATCH] Create sql-ans --- sql-ans | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-ans diff --git a/sql-ans b/sql-ans new file mode 100644 index 0000000..5864814 --- /dev/null +++ b/sql-ans @@ -0,0 +1 @@ +SQL stands for Structured Query Language. It is a language used to interact with the database, i.e to create a database, to create a table in the database, to retrieve data or update a table in the database, etc. SQL is an ANSI(American National Standards Institute) standard. Using SQL, we can do many things. For example – we can execute queries, we can insert records into a table, can update records, can create a database, can create a table, can delete a table, etc.