Learning Basic SQL DDL statements
DDL is the abbreviation of Data definition language, used to define objects in the database.In this tutorial, you will learn following DDL statements:
DDL is the abbreviation of Data definition language, used to define objects in the database.In this tutorial, you will learn following DDL statements:
- Creating Tables
- Adding Columns
- Modifying Columns
- Truncate tables
- Rename objects
0 Comments