Data Retrieval Language (or) Data Query Language Commands: Select: By using these command we can retrieve the data from the databa...
Showing posts with label SQL commands. Show all posts
Showing posts with label SQL commands. Show all posts
Wednesday, 1 May 2019
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...
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...
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: ...