learn sql quickly

14
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

Upload: tutorialbooks

Post on 06-Aug-2015

111 views

Category:

Software


2 download

TRANSCRIPT

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

Full Colored Edition Which Covers All Top Ranking Databases

URL: http://sqlinminutes.blogspot.com

URL: http://sqlinminutes.blogspot.com

Concise but Concrete Examples With Skill Testing Exercises

Command Syntax

Syntax Explanation

Example Statement

ScenarioOutput

Notes

CHAPTER 1

Essential Database Concepts Elaborated

URL: http://sqlinminutes.blogspot.com

CHAPTER 2

Setup Practice Environment

URL: http://sqlinminutes.blogspot.com

CHAPTER 3

Learn Different Flavors of SELECT Statement to Retrieve Different Data Sets

URL: http://sqlinminutes.blogspot.com

CHAPTER 4

Transform & Summarize Data With Functions

URL: http://sqlinminutes.blogspot.com

CHAPTER 5

What a SUBQUERY is and How it Works?

URL: http://sqlinminutes.blogspot.com

CHAPTER 6

Retrieve Date From Multiple Tables Using JOINS

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

APPENDIX

Answers to Test Your Skill Questions

URL: http://sqlinminutes.blogspot.com

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