17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - SQL For Beginners - Learn To Communicate With Databases
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Perform calculations on data using Aggregate Functions
Requirements
Basic understanding of using a computer
Basic understanding of using the internet
Description
Why Learn SQL?
We live in a data-driven world: people search through data to find insights to inform strategy, marketing, operations, and a plethora of other categories. There are a ton of businesses that use large, relational databases, which makes a basic understanding of SQL a great employable skill not only for data scientists, but for almost everyone.
Almost all applications you interact with on a daily basis involves data which are stored in databases . Applications such as Facebook, Instagram, Whatsapp, Twitter, Hospitals ,Banks etc all interacts with data stored in databases.
SQL is the language used to interact with the data inside these databases. SQL skills are always in demand due to the ever increasing use and reliance of data.
In this beginners course, you will learn the building blocks of SQL by interacting with a MySQL database. From creating a brand new table, up through organizing and aggregating data across multiple tables, you will learn the fundamental skills of SQL — and you’ll be prepared to apply them right away.
Topics include
Creating database and tables
Retrieving data from database table
Updating data inside a table
Deleting data inside a database table
Filtering data returned from a database table
Sorting data returned from a database table
Retrieving data using various operators
Combining data from multiple tables
Using aggregate functions to manipulate data.
Using subqueries
Take-Away Skills
In this course, you’ll learn how to communicate with relational databases through SQL.
Who this course is for
Beginners to SQL
Beginners to Programming
Beginners to Web Development
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/001 Introduction.mp4
9.3 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/001 Introduction_en.srt
2.3 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/002 What is SQL.mp4
19.3 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/002 What is SQL_en.srt
3.8 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/003 What is MySQL.mp4
18 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/003 What is MySQL_en.srt
3.1 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/004 Download and Install MySQL (Windows).mp4
77.7 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/004 Download and Install MySQL (Windows)_en.srt
16.3 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/005 MySQL Installation ( Macs ).mp4
43.4 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/005 MySQL Installation ( Macs )_en.srt
7.8 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/006 What is MySQL Workbench.mp4
38.3 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/006 What is MySQL Workbench_en.srt
6.4 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/007 Installing MySQL Workbench on Macs.mp4
45.9 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/007 Installing MySQL Workbench on Macs_en.srt
6.7 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/008 Basic Database Concepts.mp4
40.8 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/008 Basic Database Concepts_en.srt
8.5 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/009 What is a Schema.mp4
25 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/009 What is a Schema_en.srt
4.7 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/010 Setting up default database in MySQL.mp4
23.9 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/010 Setting up default database in MySQL_en.srt
5.1 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/011 Showing existing database.mp4
15.2 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/011 Showing existing database_en.srt
2.9 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/012 Showing existing tables.mp4
9.2 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/012 Showing existing tables_en.srt
2.7 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/013 Create your first database.mp4
9.9 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/013 Create your first database_en.srt
2.2 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/014 Create your first table.mp4
39.2 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/014 Create your first table_en.srt
6.7 KB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/015 Basic MySQL Commands.mp4
20.4 MB
~Get Your Files Here !/01 - Setup Database and MySQL Workbench/015 Basic MySQL Commands_en.srt
2.7 KB
~Get Your Files Here !/02 - Data Manipulation/001 Create a database.mp4
32 MB
~Get Your Files Here !/02 - Data Manipulation/001 Create a database_en.srt
6.4 KB
~Get Your Files Here !/02 - Data Manipulation/002 SQL CREATE TABLE Statement.mp4
79.9 MB
~Get Your Files Here !/02 - Data Manipulation/002 SQL CREATE TABLE Statement_en.srt
14.5 KB
~Get Your Files Here !/02 - Data Manipulation/003 INSERT-DATA-INTO-TABLES.sql
861 B
~Get Your Files Here !/02 - Data Manipulation/003 SQL INSERT Statement.mp4
59.7 MB
~Get Your Files Here !/02 - Data Manipulation/003 SQL INSERT Statement_en.srt
9.2 KB
~Get Your Files Here !/02 - Data Manipulation/004 SQL UPDATE Statement.mp4
79.1 MB
~Get Your Files Here !/02 - Data Manipulation/004 SQL UPDATE Statement_en.srt
11 KB
~Get Your Files Here !/02 - Data Manipulation/005 SQL DELETE Statement.mp4
32.3 MB
~Get Your Files Here !/02 - Data Manipulation/005 SQL DELETE Statement_en.srt
5.7 KB
~Get Your Files Here !/02 - Data Manipulation/006 Primary Key.mp4
26.5 MB
~Get Your Files Here !/02 - Data Manipulation/006 Primary Key_en.srt
4 KB
~Get Your Files Here !/02 - Data Manipulation/007 Foreign Key.mp4
35.1 MB
~Get Your Files Here !/02 - Data Manipulation/007 Foreign Key_en.srt
5.6 KB
~Get Your Files Here !/03 - SQL Queries/001 What is an SQL Statement Query.mp4
29.6 MB
~Get Your Files Here !/03 - SQL Queries/001 What is an SQL Statement Query_en.srt
5.9 KB
~Get Your Files Here !/03 - SQL Queries/002 SQL WHERE clause.mp4
14.3 MB
~Get Your Files Here !/03 - SQL Queries/002 SQL WHERE clause_en.srt
3 KB
~Get Your Files Here !/03 - SQL Queries/003 SQL SELECT Statement.mp4
48.7 MB
~Get Your Files Here !/03 - SQL Queries/003 SQL SELECT Statement_en.srt
8.2 KB
~Get Your Files Here !/03 - SQL Queries/004 Removing duplicates with SQL DISTINCT.mp4
33.4 MB
~Get Your Files Here !/03 - SQL Queries/004 Removing duplicates with SQL DISTINCT_en.srt
6 KB
~Get Your Files Here !/03 - SQL Queries/005 Sorting Data with ORDER BY clause.mp4
47.8 MB
~Get Your Files Here !/03 - SQL Queries/005 Sorting Data with ORDER BY clause_en.srt
6 KB
~Get Your Files Here !/03 - SQL Queries/006 Grouping data with GROUP BY clause.mp4
22.8 MB
~Get Your Files Here !/03 - SQL Queries/006 Grouping data with GROUP BY clause_en.srt
4.1 KB
~Get Your Files Here !/03 - SQL Queries/007 SQL HAVING clause.mp4
45.4 MB
~Get Your Files Here !/03 - SQL Queries/007 SQL HAVING clause_en.srt
6.4 KB
~Get Your Files Here !/03 - SQL Queries/008 SQL Subqueries.mp4
24.8 MB
~Get Your Files Here !/03 - SQL Queries/008 SQL Subqueries_en.srt
4 KB
~Get Your Files Here !/03 - SQL Queries/009 Nested subquery.mp4
18.2 MB
~Get Your Files Here !/03 - SQL Queries/009 Nested subquery_en.srt
3.2 KB
~Get Your Files Here !/04 - SQL Operators/001 BETWEEN Operator in SQL.mp4
44.6 MB
~Get Your Files Here !/04 - SQL Operators/001 BETWEEN Operator in SQL_en.srt
6.6 KB
~Get Your Files Here !/04 - SQL Operators/002 LIKE Operator in SQL.mp4
87.6 MB
~Get Your Files Here !/04 - SQL Operators/002 LIKE Operator in SQL_en.srt
11.2 KB
~Get Your Files Here !/04 - SQL Operators/003 LIMIT Clause in SQL.mp4
43.9 MB
~Get Your Files Here !/04 - SQL Operators/003 LIMIT Clause in SQL_en.srt
5.6 KB
~Get Your Files Here !/04 - SQL Operators/004 IN Operator in SQL.mp4
75 MB
~Get Your Files Here !/04 - SQL Operators/004 IN Operator in SQL_en.srt
8.6 KB
~Get Your Files Here !/04 - SQL Operators/005 SQL UNION Operator.mp4
47.5 MB
~Get Your Files Here !/04 - SQL Operators/005 SQL UNION Operator_en.srt
6.7 KB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/001 INNER Join.mp4
69.9 MB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/001 INNER Join_en.srt
11.2 KB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/002 LEFT JOIN.mp4
35 MB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/002 LEFT JOIN_en.srt
6.1 KB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/003 RIGHT JOIN.mp4
24.8 MB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/003 RIGHT JOIN_en.srt
4 KB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/004 SELF JOIN.mp4
47.5 MB
~Get Your Files Here !/05 - Joining Data From Multiple Tables/004 SELF JOIN_en.srt
7.4 KB
~Get Your Files Here !/06 - Aggregate Functions/001 What are Aggregate Functions.mp4
7 MB
~Get Your Files Here !/06 - Aggregate Functions/001 What are Aggregate Functions_en.srt
1.8 KB
~Get Your Files Here !/06 - Aggregate Functions/002 AVG Aggregate Function.mp4
18.2 MB
~Get Your Files Here !/06 - Aggregate Functions/002 AVG Aggregate Function_en.srt
3.3 KB
~Get Your Files Here !/06 - Aggregate Functions/003 COUNT Aggregate Functions.mp4
53.1 MB
~Get Your Files Here !/06 - Aggregate Functions/003 COUNT Aggregate Functions_en.srt
8.7 KB
~Get Your Files Here !/06 - Aggregate Functions/004 MAX Aggregate Functions.mp4
14.6 MB
~Get Your Files Here !/06 - Aggregate Functions/004 MAX Aggregate Functions_en.srt
2.6 KB
~Get Your Files Here !/06 - Aggregate Functions/005 MIN Aggregate Functions.mp4
12.2 MB
~Get Your Files Here !/06 - Aggregate Functions/005 MIN Aggregate Functions_en.srt
2.1 KB
~Get Your Files Here !/06 - Aggregate Functions/006 SUM Aggregate Functions.mp4
23.6 MB
~Get Your Files Here !/06 - Aggregate Functions/006 SUM Aggregate Functions_en.srt
3.8 KB
~Get Your Files Here !/06 - Aggregate Functions/007 Thank You.html