How can we write or define DDL statements in Sql server and
DML statements?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kalyana chakravarthy maddipati
DDl statements like Create, Alter, Drop and Truncate can't be Rollbacked and Committed implicitly where as DML statements like Insert, Update and Delete can be rollbacked. DML statements has to be comitted explicitly
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / raju vikram
Delete is DDL statement and Truncate is DML statement
| Is This Answer Correct ? | 3 Yes | 8 No |
Explain about extended stored procedure?
how to find the particular row in table?(means suppose one table contain 10 rows , in these 10 rows how to find the particular row(example in 10 rows i want 5 row how)?
16 Answers Accenture, IBM, Marlabs,
mention different types of relationships in the dbms?
How network traffic be reduced by using the stored procedure?
Explain what is raid and what are different types of raid levels?
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
Explain subquery and state its properties?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
How to create a view on an existing table in ms sql server?
What are the elements of dbms?
How will you decide the active and passive nodes?
What is the query optimization statistics?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)