GeekInterview.com
Answered Questions

How do you sort a table?

Asked By: Interview Candidate | Asked On: Jun 1st, 2005

Answered by: dineshctbm on: Jul 2nd, 2011

Order By is a keyword which is using for sort the table records either ascending or desending.For eg,for ascending,Select emp_name,emp_identity from emp order by emp_identity;Select emp_name...

Answered by: nalinicisf on: May 19th, 2008

contents or data of the table can be sorted by using clause ORDER BY  in SELECT statement.By default the table is in ASCENDING order.SYN: SELECT  * from [table name]    &...

What is DDL, dml?

Asked By: Interview Candidate | Asked On: Jun 1st, 2005

Answered by: SHIMAR on: Apr 16th, 2012

DDL is used to create, alter and truncate
DML is used to insert, update, delete and drop

Answered by: Venki on: Dec 19th, 2011

DDL means "Data Definition Language". SELECT, UPDATE, INSERT belong to DML, which is "Data Modification Language". DDL is all the other commands -- for example, CREATE TABLE.

Interview Question

 Ask Interview Question?

 

Career Counselling

 Have Career Question?

 Ask Chandra

 Ask Only Career questions.

Follow us: