In this module, we'll first talk about the topics we'll address in this course. Then, we'll explore how to create a simple table, and look at ways to modify the existing table.
Structured Query Language (SQL)
In this module we'll explore the Structured Query Language (SQL). We will look at the anatomy of an SQL statement, explore inserting data into a table, modifying existing data, and look at the delete statement.
Index Design
What are indexes and how are they utilized in Oracle?
Exercise: Test what you've learned!
In this exercise, you'll write some basic SQL code to build a table. Then, you'll modify it.