15

The Most Simplest & Shortest Route to Learning SQL URL: http:// sqlinminutes.blogspot.comhttp:// sqlinminutes.blogspot.com Authored by: Riaz Ahmed ISBN-13:

Embed Size (px)

Citation preview

The Most Simplest & Shortest Route to Learning SQL

URL: http:// sqlinminutes.blogspot.com

Authored by: Riaz Ahmed

ISBN-13: 978-1-505-80560-4 ISBN-10: 1505805600

URL: http://sqlinminutes.blogspot.com

Concise but Concrete Examples With Skill Testing Exercises

Command Syntax

Syntax Explanation

Example Statement

ScenarioOutput

Notes

CHAPTER 3

Learn Different Flavors of SELECT Statement to Retrieve Different Data Sets

URL: http://sqlinminutes.blogspot.com

CHAPTER 7

What a Table is & How is it Created?

URL: http://sqlinminutes.blogspot.com

CREATE TABLE employees ( employee_id Number(6), first_name Varchar2(20), hire_date Date, ...)

CHAPTER 8

Manipulate Data in Tables Using INSERT UPDATE & DELETE

URL: http://sqlinminutes.blogspot.com

1 SAAD 01-JAN-15

3 SARIMMM 01-JAN-15

2 SAMEER 01-JAN-15

Record Added

3 SARIM 01-JAN-15

Record AmendedRecord Removed

CHAPTER 9

Database Views

URL: http:// sqlinminutes.blogspot.com

Indexes

Stored Procedures & Triggers

Thanks for watchingRiaz Ahmed is an IT professional with over twenty years of hard-earned experience. At present he is working as group IT head in a group of companies. Besides this book, he has authored: Create Rapid Web Applications Using Oracle Application Express – Second Edition ISBN: 1492314188

Implement Oracle Business Intelligence ISBN: 1475122012

The Web Book – Build Static & Dynamic Websites ISBN: 1483929272ISBN: 1505805600

Available on:

SQL The Shortest Route For Beginners

URL: http://sqlinminutes.blogspot.com