Category: IT Education
-
What is Data Definition Language DDL and how is it used?
The RENAME statement is used along with the ALTER TABLE statement in order to change an object’s name (the object can be a table, column, etc.). On the other hand, the COMMENT statement is used basis sql when we want to add various single-line, in-line and multi-line comments. Here, the semi-colon used at the end…