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.