The DROP Statement in SQL – Tutorial
Thursday, July 14 2016
The DROP Statement in SQL: Overview You use the DROP statement in SQL to delete created database objects. You can use the DROP statement in SQL to delete databases, tables and indexes. You can also use the DROP statement in SQL in conjunction with the ALTER TABLE statement to delete fields
- Published in Access 2013, Latest, Microsoft, Office 2013, SQL
CREATE DATABASE Statement- Tutorial
Friday, June 26 2015
CREATE DATABASE Statement: Overview Within many relational database management systems, the CREATE DATABASE statement is used to create the database. The core SQL of the statement is shown below. CREATE DATABASE database_name In this statement, the “database_name” parameter is the name you want to give to the database. Note that while most versions