ITgnan: SQL commands

All Web Technologies Concepts

Showing posts with label SQL commands. Show all posts
Showing posts with label SQL commands. Show all posts

Wednesday, 1 May 2019

Data Retrieval Language, Data Query Language Commands

Data Retrieval Language (or) Data Query Language Commands: Select: By using these command   we can retrieve the data from the databa...
Read More

Thursday, 26 December 2013

Oracle SQL Commands

Oracle SQL Basic Commands ·           Data Definition Language Commands:- 1.Create:  By using this command we can create any data...
Read More

Friday, 1 November 2013

Data Control Language Commands

DCL commands used to control the data access and database transaction control. Grant: Grant command is used to assign privileges to...
Read More

SQL - Data Manipulation language commands

Data Manipulation language commands:- 1.Insert: By using this command we can insert the data into the databse objects Syntax: ...
Read More