Monday 21, May 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    About Us    |    Contact Us

SQL Introduction

SQL (Structured Query Language) is a widely used database language, providing means of data manipulation (store, retrieve, update, delete) and database creation. SQL is an ANSI (American National Standards Institute) standard computer language for accessing and manipulating databases. SQL statements are used to perform tasks such as update data on a database, or retrieve data from a database. Some common relational database management systems that use SQL are: Oracle, Sybase, Microsoft SQL Server, Access, Ingres, MySQL etc. Although most database systems use SQL, most of them also have their own additional proprietary extensions that are usually only used on their system. However, the standard SQL commands such as SELECT, INSERT, UPDATE, DELETE, CREATE, and DROP can be used to accomplish almost everything that one needs to do with a database.

SQL Database Tables

A relational database system contains one or more objects called tables. The data or information for the database is stored in these tables. Tables are uniquely identified by their names. Information is stored in the form of columns (also called fields) and rows (also called records). Columns contain the column name, data type, and any other attributes for the column and rows contain the records or data for the columns.

Example below shows a simple database table, containing customer’s data. The first row contains the names of the table columns.

FirstName
LastName
Email
DOB
Steve
Martin
smart.steve@studiesinn.com
08-04-1988
David
Fernandas
davidfernandas@studiesinn.com
04-16-1977
Ajay
Rathor
ajayrathor@studiesinn.com
08-24-1986

 


 
 
     
   
SQL Tutorial
 
  SQL Introduction
SQL Introduction
  SQL Select
SQL Select
  SQL Where Clause
SQL Where Clause
  SQL Distinct
SQL Distinct
  SQL AND Operator
SQL AND Operator
  SQL OR Operator
SQL OR Operator
  SQL Order By
SQL Order By
  SQL Insert
SQL Insert
  SQL Update
SQL Update
  SQL Delete
SQL Delete
  SQL Join
SQL Join
  SQL Inner Join
SQL Inner Join
  SQL Left Join
SQL Left Join
  SQL Right Join
SQL Right Join
  SQL Full Join
SQL Full Join
  SQL Create Database
SQL Create Database
  SQL Create Table
SQL Create Table
  SQL Constraints
SQL Constraints
  SQL Alter Table
SQL Alter Table
  SQL Truncate Table
SQL Truncate Table
  SQL Drop
SQL Drop
 
 
 
Web Designing Tutorials
  HTML Tutorial
HTML Tutorial
  DHTML Tutorial
DHTML  Tutorial
  CSS Tutorial
CSS Tutorial
  XHTML Tutorial
XHTML Tutorial
 
Programming Languages Tutorials
  C Language Tutorial
C Language Tutorial
  C++ Tutorial
C++ Tutorial
  Java Language Tutorial
Java Language Tutorial
  Data Structure Theory Tutorial
Data Structure Theory Tutorial
 
Server Side Scripting Tutorials
  PHP Tutorial
PHP Tutorial
  SQL Tutorial
SQL Tutorial
  ASP Tutorial
ASP Tutorial
 
Client Side Scripting Tutorials
  JavaScript Tutorial
JavaScript Tutorial
  VBScript Tutorial
VBScript Tutorial
 
 
 
POPULAR E-BOOKS
 
Download Enhance Your Financial Intelligence Ebook Enhance Your Financial Intelligence
   
Download All I Ever Needed to Know About Network Marketing, I Learned in Elementary Schoo Ebook All I Ever Needed to Know About Network Marketing, I Learned in Elementary Schoo
   
Download Traffic Exchange Secrets  Ebook Traffic Exchange Secrets
   
Download What Is Web 2 0  Free Link Baiting Strategies Ebook What Is Web 2 0 Free Link Baiting Strategies
   
Download List Building For Beginners  Ebook List Building For Beginners
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz