FileMood

Download Udemy - SQL Database for Web Developers from Scratch

Udemy SQL Database for Web Developers from Scratch

Name

Udemy - SQL Database for Web Developers from Scratch

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.5 GB

Total Files

146

Hash

D1883FC99B6167CAAF2844E1085EA1E3B9B41AB6

/01 Introduction to Databases/

001 Course Overview.mp4

3.5 MB

002 What is a Database.mp4

2.6 MB

003 Where to Store Data.mp4

391.2 KB

004 Data vs. Information.mp4

2.2 MB

005 Database Tools.mp4

1.3 MB

006 Database Skills vs. Database Tools.mp4

2.9 MB

007 How to Store Data.mp4

587.7 KB

008 Why do We Use Databases.mp4

923.0 KB

009 What to Store in a Database Part 1.mp4

2.7 MB

010 What to Store in a Database Part 2.mp4

2.0 MB

011 What is Business Requirements.mp4

3.4 MB

012 What to Store in a Database Part 3.mp4

3.9 MB

013 Where Can you Create a Database.mp4

3.1 MB

014 Database Design vs. Database Implementation.mp4

2.7 MB

015 Entities and Attributes.mp4

7.9 MB

016 Example Problem Statement.mp4

8.8 MB

017 Demonstrate a Mockup Application.mp4

3.6 MB

018 Why Design Phase Anomalies - Part 1.mp4

4.8 MB

019 Why Design Phase Part 2.mp4

2.4 MB

/02 Design Phase/

001 What is Normalization.mp4

2.9 MB

002 Eliminate Multi-Values.mp4

23.1 MB

003 Introduction to Keys.mp4

9.1 MB

004 What is a Superkey.mp4

6.0 MB

005 What is a Candidate Key.mp4

13.0 MB

006 What is a Primary Key PK.mp4

11.6 MB

007 What is an Alternative Key.mp4

6.4 MB

008 What is a Surrogate Key.mp4

11.7 MB

009 What is a Repeating Group.mp4

9.7 MB

010 Remove a Repeating Group.mp4

10.2 MB

011 Review First Normal Form 1NF.mp4

7.5 MB

012 1NF Exercise - Part 1.mp4

10.1 MB

013 1NF Exercise - Part 2.mp4

9.2 MB

014 1NF Summary.mp4

2.7 MB

015 What is Second Normal Form 2NF.mp4

17.3 MB

016 2NF Exercise.mp4

4.5 MB

017 2NF Summary.mp4

1.0 MB

018 What is Third Normal Form 3NF.mp4

4.7 MB

019 3NF Exercise.mp4

3.7 MB

020 3NF Summary.mp4

1.6 MB

021 What is After Third Normal Form.mp4

3.3 MB

022 The End of Normalization.mp4

19.6 MB

023 Introduction to Relationships.mp4

3.7 MB

024 What is One-to-Many Relationship.mp4

17.2 MB

025 What is Many-to-Many Relationship.mp4

20.9 MB

026 What is One-to-One Relationship.mp4

13.4 MB

027 What is Self-Reference Relationship.mp4

9.8 MB

028 What is an Extended One-to-One Relationship - Part 1.mp4

20.1 MB

029 What is an Extended One-to-One Relationship - Part 2.mp4

21.9 MB

030 Introduction to Entity Relationship Diagram ERD.mp4

3.9 MB

031 How to Draw One-to-Many Relationship in an ERD - Part 1.mp4

9.1 MB

032 How to Draw One-to-Many Relationship in an ERD - Part 2.mp4

7.5 MB

033 How to Draw Many-to-Many Relationship in an ERD.mp4

13.3 MB

034 How to Draw One-to-One Relationship in an ERD.mp4

5.1 MB

035 How to Draw Self-Referencing Relationship in an ERD.mp4

7.8 MB

036 How to Draw Extended One-to-One Relationship in an ERD.mp4

8.0 MB

037 Review ERD.mp4

9.3 MB

038 The End of Entity Relationship Diagram.mp4

7.9 MB

039 The End of Design Phase.mp4

1.7 MB

/03 Physical Phase/

001 Introduction to the Implementation Physical Phase.mp4

2.0 MB

002 Install Oracle Database - Part 1.mp4

5.7 MB

003 Install Oracle Database - Part 2.mp4

11.9 MB

004 Quick Tour on Oracle SQL Developer.mp4

6.7 MB

005 What is SQL.mp4

5.3 MB

006 How to Create a Data Table.mp4

30.7 MB

007 How to Insert Data into a Database.mp4

14.9 MB

008 What is SELECT Statement.mp4

7.4 MB

009 What is WHERE Clause.mp4

5.6 MB

010 Comparison Operators.mp4

4.3 MB

011 What is AND Operator.mp4

11.8 MB

012 What is OR Operator.mp4

7.2 MB

013 What is IN Operator.mp4

5.4 MB

014 Multiple AND Operators.mp4

3.9 MB

015 Mixture of Operators.mp4

12.1 MB

016 What is a Function.mp4

7.6 MB

017 What is not Equal Operator.mp4

2.2 MB

018 What is an Alias.mp4

4.2 MB

019 How to Sort a Table.mp4

7.1 MB

020 What is BETWEEN Operator.mp4

1.5 MB

021 What is NOT Operator.mp4

4.0 MB

022 How to Find NULL Values.mp4

4.0 MB

023 What is Concatenation - Part 1.mp4

3.9 MB

024 CHAR vs. VARCHAR.mp4

6.7 MB

025 What is Concatenation - Part 2.mp4

7.1 MB

026 Learn More about INSERT.mp4

7.1 MB

027 Quick Review on Implementation Phase.mp4

2.1 MB

028 ERD of Human Resources System.mp4

35.7 MB

029 Implement HR Schema - Part 1.mp4

25.1 MB

030 Implement HR Schema - Part 2.mp4

8.0 MB

031 Implement HR Schema - Part 3.mp4

11.6 MB

032 Implement HR Schema - Part 4.mp4

5.6 MB

033 Implement HR Schema - Part 5.mp4

11.3 MB

034 Implement HR Schema - Part 6.mp4

10.6 MB

035 Implement HR Schema - Part 7.mp4

7.6 MB

036 Implement HR Schema - Part 8.mp4

2.1 MB

037 How to Create a New User.mp4

25.6 MB

038 Run SQL Queries on HR Schema.mp4

38.3 MB

039 How to Format Dates.mp4

13.8 MB

040 How to Format a Number into Currency.mp4

6.2 MB

041 Aggregate Functions.mp4

11.3 MB

042 What is ROUND and TRUNC.mp4

5.4 MB

043 Aggregate Functions vs. Scalar Functions.mp4

9.9 MB

044 What is GROUP BY.mp4

14.6 MB

045 What is COALESCE and NVL.mp4

6.8 MB

046 Conditional Statements.mp4

9.2 MB

047 What is INNER JOIN.mp4

15.0 MB

048 What is OUTER JOIN.mp4

8.5 MB

049 Set Operators - UNION and UNION ALL.mp4

17.8 MB

050 Set Operators - MINUS and INTERSECT.mp4

11.1 MB

051 What is an Inline View.mp4

7.0 MB

052 How to Create a VIEW.mp4

18.1 MB

053 What is a Subquery.mp4

14.0 MB

054 What is DISTINCT.mp4

2.0 MB

055 Correlated Subquery - What is EXISTS.mp4

20.1 MB

056 What is a Scalar Subquery.mp4

9.2 MB

057 What is a Sequence.mp4

7.6 MB

058 What is ALTER TABLE.mp4

15.5 MB

059 What is INDEXES.mp4

12.1 MB

060 What is a Data Dictionary.mp4

10.2 MB

061 PLSQL - How to Create Custom Functions.mp4

35.5 MB

062 PLSQL - What is a Procedure.mp4

12.1 MB

063 PLSQL - What is a Trigger.mp4

7.1 MB

064 What are the Types of SQL Queries.mp4

2.1 MB

065 The End of Physical Phase.mp4

2.1 MB

066 What is After Third Normal Form Appendix.mp4

24.7 MB

067 SQL Hands-on Exercises.mp4

10.6 MB

/04 Real-world Hands-on Projects/

001 The Relationship between Databases and Software Applications.mp4

5.6 MB

002 Introduction to the Real-world Projects.mp4

4.4 MB

003 Project 1 Anonymous Blog Demo.mp4

27.2 MB

004 Project 1 Anonymous Blog Summary.mp4

9.5 MB

005 Project 1 Anonymous Blog - ERD.mp4

24.9 MB

006 Project 1 Anonymous Blog - DDL.mp4

25.7 MB

007 Project 1 Anonymous Blog - DML.mp4

77.9 MB

008 Project 2 ShinyTalk Demo.mp4

10.3 MB

009 Project 2 ShinyTalk - ERD.mp4

10.9 MB

010 Project 2 ShinyTalk - DDL.mp4

9.6 MB

011 Project 2 ShinyTalk - DML.mp4

35.7 MB

012 Project 3 Classified Ads Demo.mp4

15.2 MB

013 Project 3 Classified Ads - ERD.mp4

8.3 MB

014 Project 3 Classified Ads - DDL.mp4

5.3 MB

015 Project 3 Classified Ads - DML.mp4

24.1 MB

016 Project 4 Consultation Services Demo.mp4

25.6 MB

017 Project 4 Consultation Services - ERD.mp4

8.1 MB

018 Project 4 Consultation Services - DDL.mp4

5.2 MB

019 Project 4 Consultation Services - DML.mp4

46.9 MB

020 Project 5 Realestate Website Exercise.mp4

21.4 MB

021 Congrats The End .mp4

2.0 MB

 

Total files 146


Copyright © 2025 FileMood.com