Database Developer Question:

Tell us what is SQL?

Tweet Share WhatsApp

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.

Download Database Developer PDF Read All 70 Database Developer Questions
Previous QuestionNext Question
Tell us what is the difference between an inner and outer join?Tell me what are Operators available in SQL?