Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Are DDL Statements
What Are DDL Statements? - Oracle DBA FAQ - Understanding SQL DDL Statements
✍: FYIcenter.com
DDL (Data Definition Language) statements are statements to create and manage data objects in the database. The are 3 primary DDL statements:
2007-04-22, 5517👍, 0💬
Popular Posts:
How To Avoid the Undefined Index Error? - PHP Script Tips - Processing Web Forms If you don't want y...
How To Change System Global Area (SGA)? - Oracle DBA FAQ - Introduction to Oracle Database 10g Expre...
How to measure functional software requirement specification (SRS) documents? Well, we need to defin...
What is effort variance? Effort Variance = (Actual effort – Estimated Effort) / Estimated Effort.
What is shadowing ? When two elements in a program have same name, one of them can hide and shadow t...