Search (advanced search) | ||||
Use this Search form before posting, asking or make a new thread.
|
01-18-2015, 03:47 AM
Post: #1
|
|||
|
|||
SQL ESSENTIAL TRAINING 2014 TUTORIAL FULL
Whatever a database is being used for-websites, bookkeeping sales and inventory, or even the lowly to-do list-it's still all about the data. Completely updated for 2014, SQL Essential Training is designed to help users understand the most common language for database wrangling, SQL. Beginning with a quick start introduction for those who want to start working with data immediately, instructor Bill Weinman teaches all the major features of SQL: creating tables; defining relationships; manipulating strings, numbers, and dates; using triggers to automate actions; and working with subselects and views. He offers a solid working knowledge of the language, and shows how to retrieve and manage data efficiently.
The final chapter includes a real-world example of building a simple CRUD (Create Read, Update, and Delete) application using SQL. Topics include: Understanding SQL terminology and syntax Creating new tables and records Inserting and updating data Writing basic SQL queries Sorting and filtering Accessing related tables with JOIN Working with strings Finding the numeric type of a value Using aggregate functions and transactions Updating a table with triggers Creating views 01. Introduction 02. SQL Quick Start 03. Fundamentals 04. Relationships 05. Strings 06. Numbers 07. Dates 08. Aggregates 09. Transactions 10. Triggers 11. Subselects and Views 12. A Simple CRUD Application 13. Conclusion ---------------------------------------- 01. Introduction Code: https://www.youtube.com/playlist?list=PLZvVfUd9eOUMTgZs78HmAK9aO02-7M7gJ I'm uploading continue |
|||
01-18-2015, 04:18 AM
Post: #2
|
|||
|
|||
RE:
Thanks. +5Reps Added
|
|||
01-18-2015, 04:57 AM
Post: #3
|
|||
|
|||
RE:
02. SQL Quick Start
Code: https://www.youtube.com/playlist?list=PLZvVfUd9eOUNhue3Islz9sC0mkCCRQcSw I want post link on post 1, but i'm not see button edit post :( |
|||