SQL Online training

SELECT QUERY IN SQL

A database is a systematic collection of data.  Database systems are used  to store, access, delete data. furthermore, it also systematically organize data in a database.This article briefly discuss about the use and importance of SELECT Query in SQL. Consider a cafeteria, which provides snacks and other eatable item to its customers. Traditionally, the snacks, …

SELECT QUERY IN SQL Read More »

SQL DDL,DML,DCL,TCL COMMANDS – Free SQL Tutorial

SQL is a database language that has commands to create, manipulate etc the database. All the commands can be broadly classified into following categories: DDL Commands DML Commands DCL Commands TCL Commands DDL(Data Definition Language) Commands: Data Definition Language commands in SQL are used to define the database schema. These commands deal with description of …

SQL DDL,DML,DCL,TCL COMMANDS – Free SQL Tutorial Read More »