Table of Contents
hide
Introduction
- SQL stands for ‘Structured Query Language’.
- SQL is pronounced as ‘Sequel’.
- SQL statements are like simple English imperative sentence.
Features
- SQL is a query language used to retrieve and manipulate data in various ways as per need of the programmer in a RDBMS.
- There are 5 common operations performed by the SQL. These are collectively called CRUD(Create, Read [Select & Insert], Update & Delete).
0 Comments