January 2020
Beginner
256 pages
5h 11m
English
In this lesson, you’ll learn the basics of table creation, alteration, and deletion.
SQL is not used just for table data manipulation. Rather, SQL can be used to perform all database and table operations, including the creation and manipulation of tables themselves.
There are generally two ways to create database tables:
Most DBMSs come with an administration tool that you can use to create and manage database tables interactively.
Tables may also be manipulated directly with SQL statements. ...
Read now
Unlock full access