Thursday, October 8, 2015

SQL For Beginner

SQL is a structured query language will helps to storing , Retrieving and Manipulating the data stored in data base

Data base is a Structured Set of data stored in computer, Which can be accessible in many ways
The below operations can be performed on database
1. CREATE DATA BASE
2. DROP DATA BASE
3.RENAME DATABASE
4.SELECT DATABASE

Please remember that data should exist in the database in order to retrieve or modify the data, Hence our first and fore most thing is creating Data in the database
CREATE DATABASE: Create data base is used data in data base such way that can be reuseful in future
 Create DATA BASE statenment is used by the developer to store the data by creating Tables, Rows and Columns



















No comments:

Post a Comment