SQL Programming

Last Updated: Jun 06, 2018
Go to Problems
Contents

SQL Introduction

SQL is Structured Query Language, which is a programming language for storing, manipulating and retrieving data stored in a relational database.

SQL is the standard language for Relational Database System. All the Relational Database Management Systems (RDMS) like MySQL, MS Access, Oracle, Sybase, Informix, Postgres and SQL Server use SQL as their standard database language.

SQL Process

When a SQL command is executed in any RDBMS, the system determines the best way to carry out your command and SQL engine figures out how to interpret the task.

Components like Query DispatcherOptimization EnginesClassic Query EngineSQL Query Engine etc are involved in this process.

Note: A classic query engine handles all the non-SQL queries, but a SQL query engine won't handle logical files.

 

DBMS Process Flow

Video Courses
By

View All Courses
Excel at your interview with Masterclasses Know More
Certificate included
What will you Learn?
Instructions from Interviewbit
Start Test