September 2015
Beginner
288 pages
5h 39m
English
In this lesson, you’ll learn the basics of table creation, alteration, and deletion.
Oracle PL/SQL statements are not used just for table data manipulation. Indeed, SQL statements 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:
Using a database client (like the ones discussed in Lesson 2, “Getting Started with Oracle and PL/SQL”) that can be used to create and manage database tables interactively
Manipulating tables directly with Oracle PL/SQL statements
Read now
Unlock full access