Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we write or define DDL statements in Sql server and
DML statements?

Answer Posted / simran_8185@rediff.com

DDl is a data defination language means we are defining
like create is a DDL statement
Eg: create table Emp(name varchar(20),address varchar(40));

whereas DML is a Data Manipulation Language in which
updations are made like
update table Emp set name="Ravi" where name="Anil"

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is database architecture? : SQL Server Architecture

1099


What is an etl file?

1005


How to convert a table data in XML format in sql server?

2594


You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?

1191


What is bulkcopy in sql?

996


what is unique and xaml nonclustered index

1097


What is mean by dml?

1060


Show Practically Sql Server Views are updatable?

1187


Can a database be shrunk with users active?

1193


Do you know what is difference between index seek vs. Index scan?

1002


Tell me what is normalization? Explain different forms of normalization?

1071


How to truncate the log in sql server 2012? : sql server database administration

1344


How do I save a stored procedure in sql server?

1046


What is normalization of database?

1177


Explain a join?

1121