icon
Leave a message

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Tuesday, 31 July 2012

Sql Query for Sql Server 2008 (Create,Alter,Drop,Insert,Update,Delete,Alias with Select,Top,Like,Order By, Aggregate Function etc

**************************************************************   1.Create Database SqlQuery           Create Database SqlQuery ***********************************************************  2.Create table CompanyDetails where Srno is  auto increment and primary key and        field EmailId  is  unique............ using database SqlQuery  use SqlQuery create table CompanyDetails (SrNo int IDENTITY(1,1) primary key,Name...