Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Java > JDBC

JDBC JDBC Interview Questions, Learn by sharing JDBC Interview Questions asked in various companies, Get Career advices, Interview Procedures from JDBC experts, Post asked JDBC Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-25-2008, 08:16 PM
Senior Member
 
Join Date: Mar 2008
Posts: 4,634
Default What is DDL

What is DDL?
Reply With Quote
  #2 (permalink)  
Old 04-23-2008, 11:08 AM
Junior Member
 
Join Date: Apr 2008
Posts: 1
Default

Quote:
Originally Posted by shiva View Post
What is DDL?
What is DDL?
Reply With Quote
  #3 (permalink)  
Old 05-16-2008, 09:20 AM
Junior Member
 
Join Date: May 2008
Posts: 2
Smile Ddl

A Data Definition Language (DDL) is a computer language for defining data structures.
Reply With Quote
  #4 (permalink)  
Old 06-27-2008, 06:09 PM
Junior Member
 
Join Date: Jun 2008
Posts: 16
Default

DDL consists of statements that create,alter,drop database object grant,revoke privileges and roles to user of the database.
Reply With Quote
  #5 (permalink)  
Old 07-17-2008, 05:21 AM
Member
 
Join Date: Jul 2008
Location: West Bengal,India
Posts: 48
Default

SQL statements are divided into two major categories: data definition language (DDL) and data manipulation language (DML).

DDL statements are used to build and modify the structure of your tables and other objects in the database. When you execute a DDL statement, it takes effect immediately.

ex: create statement,modify statement
Reply With Quote
Reply

Tags
interview questinons, jdbc

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On