Commit b91ba5e
committed
codes added
codes added1 parent 73dd3a0 commit b91ba5e
File tree
144 files changed
+1693
-0
lines changed- 1 - SQL Beginner to Guru MySQL Edition Introduction
- 4 - Exclusive Slack Group
- 5 - SQL - Let_s write our first SQL!
- 6 - SQL Fiddle Assignment Review
- 10 - Using SQL to Delete Data
- 3 - Example of the SQL DELETE Statement
- 4 - Assignment - Create, Update, and Delete an Employee record
- 5 - Assignment Review - Create, Update, and Delete an Employee record
- 11 - Using SQL Transactions
- 2 - Introduction to SQL Transactions
- 3 - Demonstration of Database Transactions
- 4 - Assignment - Create Employee Using SQL Transactions
- 5 - Assignment Review - Create Employee Using SQL Transactions
- 7 - User Defined Variables in MySQL
- 8 - Demonstration of Lost SQL Updates
- 12 - Advanced SQL Reporting
- 10 - Assignment - Create Monthly Profit Report by Item
- 11 - Assignment Review - Create Monthly Profit Report by Item
- 12 - Assignment - Create a Weekly Sales Report by Employee
- 13 - Assignment Review - Create a Weekly Sales Report by Employee
- 14 - Weekly Sales Report by Employee Revisited
- 3 - Assignment - Create Orders View
- 4 - Assignment Review - Create Orders View
- 5 - Materialized Views in MySQL
- 7 - Assignment Review - Create Orders Report
- 8 - Assignment - Monthly Sales Report by State
- 9 - Assignment Review - Monthly Sales Report by State
- 13 - Introduction to DDL SQL Views
- 3 - Assignment - Create Orders View
- 4 - Assignment Review - Create Orders View
- 5 - Materialized Views in MySQL
- 14 - Using SQL to Create Tables
- 1 - Introduction
- 10 - SQL Create Table with Indexes
- 12 - Assignment - SQL Create Table
- 13 - Assignment Review - SQL Create Table
- 14 - Conclusion
- 3 - Creating a Table with SQL Select
- 4 - SQL Truncate Table Command
- 5 - SQL Drop Table Command
- 6 - SQL Create Table Example
- 7 - SQL Create Table Example with Primary Key
- 8 -SQL Create Table with Auto-Increment Primary Key
- 9 - SQL Create Table with Foreign Keys
- 15 - Using SQL to Update Tables
- 1 - Introduction
- 2 - Introduction to the SQL Alter Table Command
- 3 - Using SQL Alter Table Command to Add and Remove a Column
- 4 - Using SQL Alter Table to Reorder Columns
- 5 - Using SQL Alter Table Command to Add or Remove an Index
- 6 - Using SQL Alter Table Command to Add or Remove a FK Constraint
- 7 - Assignment - Add ASIN, UPC, and EAN to Book Table
- 8 - Assignment Review - Add ASIN, UPC, and EAN to Book Table
- 9 - Using SQL Alter Table for MySQL Generated Columns
- 2 - Introduction to SQL
- 1 - Introduction to SQL
- 10 - FlashCards
- 2 - What is a Database_
- 3 - Relational Database Principles
- 4 - Assignment_ Create Tables and Insert Data
- 5 - Assignment Review_ Create Tables and Insert Data
- 6 - History of SQL
- 7 - What is a Relational Database Management System_
- 8 - History of MySQL
- 9 - RDBMS Deployment Architectures
- 3 - Installation of MySQL
- 2 - Review of MySQL Installation Options
- 3 - MySQL Windows Quick Start
- 4 - MySQL Windows 10 Installation
- 5 - MySQL OSX Quick Start
- 6 - MySQL OSX Installation
- 7 - MySQL Linux Installation Quick Start
- 9 - MySQL Linux Installation CentOS
- 4 - Connecting to MySQL
- 10 - MySQL Workbench Linux Installation Quick Start
- 11 - MySQL Workbench Linux Installation
- 2 - Connecting to MySQL Overview
- 3 - MySQL Command Line for Windows 10
- 6 - MySQL Workbench Windows Installation Quick Start
- 7 - MySQL Workbench Windows Installation
- 8 - MySQL Workbench OSX Installation Quick Start
- 5 - Selecting Data from a Single Table
- 10 - SQL Arithmetic Operators
- 11 - Using SQL Arithmetic Operators in Selecting Data
- 12 - SQL Data Types
- 13 - Formatting Date Values with MySQL
- 14 - Using the LEFT and RIGHT MySQL Functions
- 15 - Quiz
- 16 - Introduction to the SQL WHERE Clause
- 17 - SQL WHERE Clause with Equals and Not Equals
- 18 - Using AND and OR with SQL WHERE Clause
- 19 - Using IN and NOT IN with with SQL WHERE Clause
- 2 - Importing the MySQL Employee Database
- 20 - Dealing with NULL Values in SQL WHERE Clause
- 21 - Using Greater Than and Less Than with SQL WHERE Clause
- 22 - Using LIKE and NOT LIKE with SQL WHERE Clause
- 23 - Using BETWEEN and NOT BETWEEN with SQL WHERE Clause
- 24 - Ordering Results with SQL ORDER BY
- 25 - Limit Results with SQL LIMIT Clause
- 26 - Using SQL to Select DISTINCT Values
- 27 - Using SQL Sub-selects with IN in SQL Where Clause
- 28 - Assignment - Fix SQL Statements
- 29 - Assignment Review
- 3 - Assignment_ Get Counts of Each Table
- 4 - Quiz
- 5 - Assignment Review_ Get Counts of Each Table
- 7 - Selecting Specific Columns from Tables
- 8 - Using Aliases to Name Columns
- 9 - Using the SQL CONCAT Function to Join Columns
- 6 - Grouping and Summarizing Data with SQL
- 2 - Using the SQL GROUP By clause
- 3 - MySQL Aggregate Functions
- 4 - Using the SQL HAVING Clause
- 5 - Using the SQL SUM Function
- 7 - Using SQL to Select Data from More Than One Table
- 10 - Using SQL Equi-Joins
- 11 - Using SQL Union Joins
- 12 - Other MySQL Functions
- 13 - Using SQL LEFT OUTER JOINS
- 14 - Assignment - Write SQL LEFT OUTER JOIN
- 2 - Overview of SQL Table Joins
- 3 - Introduction to SQL Inner Joins
- 4 - Using Table Aliases with SQL Inner Joins
- 5 - Limiting Columns Displayed with SQL Inner Joins
- 6 - Using a WHERE Clause with SQL Inner Joins
- 7 - Assignment - Create Department Employee Report
- 8 - Assignment Review - Create Department Employee Report
- 9 - Using SQL Natural Joins
- 8 - Using SQL to Insert Data
- 10 - Assignment Review - Use SQL Inserts to create a new Employee
- 3 - Example SQL Insert Statement
- 4 - Specifying Columns in SQL Inserts
- 5 - Assignment - Use SQL to create a record in DEPARTMENTS table
- 6 - Assignment Review - Use SQL to create a record in DEPARTMENTS table
- 7 - Using a SQL Sub-select with SQL Insert Statements
- 9 - Assignment - Use SQL Inserts to create a new Employee
- 9 - Using SQL to Update Data
- 3 - Example SQL Update Statement
- 4 - Assignment - Use SQL Update Statement to Change Employee Name
- 5 - Assignment Review - Use SQL Update Statement to Change Employee Name
- 6 - Assignment - Using SQL Update and Insert to Create a New Salary Record
- 9 - Assignment - Re-import the employee database
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
144 files changed
+1693
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 50 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
Binary file not shown.
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
Binary file not shown.
0 commit comments