SQL Tutorial
SQL Operators
SQL statements generally contain some reserved words or characters that are used to perform operations such as comparison and arithmetical operations etc. These reserved words…
SQL Data Types
The SQL data type defines a kind of value that a column can contain. In a database table, every column is required to have a…
SQL Syntax
SQL follows some unique set of rules and guidelines called syntax. Here, we are providing all the basic SQL syntax. SQL is not case sensitive….
DBMS vs RDBMS
Although DBMS and RDBMS both are used to store information in physical database but there are some remarkable differences between them. The main differences between…
What is RDBMS
RDBMS stands for Relational Database Management Systems.. All modern database management systems like SQL, MS SQL Server, IBM DB2, ORACLE, My-SQL and Microsoft Access are…
What is Database
A database is an organized collection of data. Database handlers create database in such a way that only one set of software program provide access…
What is SQL
SQL stands for Structured Query Language. It is designed for managing data in a relational database management system (RDBMS). It is pronounced as S-Q-L or…
Introduction to SQL
SQL tutorial provides basic and advanced concepts of SQL. Our SQL tutorial is designed for beginners and professionals. SQL (Structured Query Language) is used to…