Oracle SQL Basics
- Offered byCoursera
Oracle SQL Basics at Coursera Overview
Duration | 7 hours |
Start from | Start Now |
Total fee | Free |
Mode of learning | Online |
Difficulty level | Beginner |
Official Website | Explore Free Course |
Credential | Certificate |
Oracle SQL Basics at Coursera Highlights
- Flexible deadlines Reset deadlines in accordance to your schedule.
- Shareable Certificate Earn a Certificate upon completion
- 100% online Start instantly and learn at your own schedule.
- Course 3 of 4 in the Oracle SQL Databases Specialization
Oracle SQL Basics at Coursera Course details
- This course, Oracle SQL Basics is the third course in the Oracle specialization. It is designed to help you learn the key elements of the Structured Query Language specific to Oracle.
Oracle SQL Basics at Coursera Curriculum
Table Design
Welcome and Introduction
Introduction to Table Design
Walkthrough: Creating A Simple Table
Walkthrough: Altering an existing Table Schema
Walkthrough: Modifying a Column and Execute DDL Script
Managing Tables
Oracle Instance
Tables and Table Clusters
Module 1 Quiz
The Anatomy of an SQL Statement
Insert Statement Example
Walkthrough Using An Insert Statement
Update Statement Example
Walkthrough Using An Update Statement
The Delete Statement
SQL Standards
Types Of SQL Statements
Syntax for Schema Objects and Parts in SQL Statements
Module 2 Quiz
Index Design
Introduction To Indexes
Walkthrough: Creating Indexes
Types of Indexes
Walkthrough: Using Indexes
Walkthrough: Composite Indexes
Indexes and Index-Organized Tables
How the Database Maintains Indexes
Module 3 Quiz