Answer:
SQL Overview: SQL stands for Structured Query Language. It is an American National Standard Institute (ANSI) standard. It is a standard language for accessing and manipulating databases. Using SQL, some of the action we could do are to create databases, tables, stored procedures (SP’s), execute queries, retrieve, insert, update, delete data against a database.
Previous Question | Next Question |
Tell us what is the difference between an inner and outer join? | Tell me what are Operators available in SQL? |