All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
5 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
5 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • Manage and Interact with Datasets with SQL
  • Provide Data in Order to Answer Top Questions for Meetings
  • Write Complex SQL Queries Using Table Joins
  • Retrieve Proper Data from a Database Using a SQL WHERE Clause with Criteria
  • Obtained a knowledge of SQL, and MySQL, allows students to apply for jobs in the IT sector.
  • Have a detailed knowledge and understanding of using SQL, one of the most widely used databases in the world.
  • Complete basic SELECT statements querying against a single table
  • Filter data using the WHERE clause
  • Sort data using the ORDER BY clause
  • Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN
  • Complete SQL statements that use aggregate functions
  • Filter groups of data using the HAVING clause
  • Group data together using the GROUP BY clause

Do you want to learn a skill that can help you earn nearly $100,000 per year? If so, then this course is for you!

SQL (Structured Query Language) is the language we use to interact with databases that store data. This allows us to retrieve data with ease and simplicity. As terms like business intelligence and big data become more familiar, businesses will need more people to learn the SQL language.

This course will teach you how to use the SQL language.

You will have plenty of video lessons to teach you the majority of the content. Each section includes practice problems with proper explainations. On completion of the course you will be able to query and extract insights from any dataset.

 

LEARN SQL WITH MySQL

In order to make intelligent business decisions you need the proper data. In order to get the proper data you will need to communicate with and query data within a database. This is where SQL comes into play. SQL stands for Structured Query Language. It's the language used to communicate with a database and more importantly the data needed to make intelligent decisions that will save time and money.

 

WHY THIS COURSE

This SQL course starts with the absolute basic building blocks necessary to communicate effectively with any database. You'll learn how to query and manage a database using MySQL. MySQL is a free open-source relational database management system (RDBMS), used by many of the world's largest organizations.

Each section of the course will focus on a key topic of working with SQL. The video lectures have been created so you can follow along as the instructor demonstrates each concept. At the end of each section you can test your understanding through a section quiz and exercise. Once you complete a section the next section will build on the topics of the previous section. This encourages your learning as you build upon the knowledge you learn as you move from one section to the next.

This course is not just a sit back and watch the instructor type on the screen kind of course. The lectures and course flow has been designed to help you engage in the topic and participate by writing your own SQL. The TRUE LEARNING happens when you apply what you're learning and try it yourself.

The course also contains downloadable resources you can use away from the course as you continue to learn SQL. The QA board found within the course offers you the opportunity to ask questions and get answers from the instructor and interact with the other students enrolled in the course.

 

COURSE OBJECTIVES

In this SQL course you will learn the fundamental building blocks of creating, querying and working with databases using MySQL.

  • Learn Proper SQL Syntax Using the MySQL Workbench

  • Learn Relational Database Design Concepts

  • Use the SQL SELECT Statement in Order to Query Data from a Database

  • Use Column Alias to Give additional Context and Meaning to the Data

  • Learn How to Filtering Database Query Results Using the SQL Where Clause

  • Create Advanced Queries by Using the Proper Filter Operators

  • Use the SQL ORDER BY Keyword to Sort the Results of a Query

  • Learn How to Properly Group Data and Create Calculations for Reporting

  • Use the SQL HAVING Clause to Filter within Data Groups

  • Create a MySQL Database from Scratch

  • Learn How to Create Tables and Manage Records within the Tables

  • And Much More...

     

  • A PC (Windows or Linux) or Mac is required
  • No prior knowledge of Databases, SQL is needed.
  • Anyone who wants to learn how to use SQL
View More...
  • Section 1 : Working with SQL 42 Lectures 01:24:16

    • Lecture 1 :
    • Lecture 2 :
    • Relational database
    • Lecture 3 :
    • Using SELECT statement to retrieve entire Table data
    • Lecture 4 :
    • Using the SELECT Statement to Retrieve Columns from a Table
    • Lecture 5 :
    • Using Distinct to remove duplicate records
    • Lecture 6 :
    • Filter Records based on Single Criteria using the WHERE Clause
    • Lecture 7 :
    • Filtering with SQL AND Operator
    • Lecture 8 :
    • Filtering with SQL OR Operator
    • Lecture 9 :
    • Filtering with SQL NOT Operator
    • Lecture 10 :
    • Sort SQL Data Ascending/Descending using the ORDER BY Keyword
    • Lecture 11 :
    • INSERT INTO: Inserting Data into Every Column of a Table
    • Lecture 12 :
    • IS NULL: Handling nulls and blanks
    • Lecture 13 :
    • DELETE: Delete a row in table using conditions
    • Lecture 14 :
    • UPDATE: update values in rows or columns
    • Lecture 15 :
    • LIMIT: Top rows of a table
    • Lecture 16 :
    • LIMIT: Select Top rows conditionally
    • Lecture 17 :
    • MIN/MAX values of a column
    • Lecture 18 :
    • COUNT of records
    • Lecture 19 :
    • COUNT DISTINCT records in the table/column
    • Lecture 20 :
    • AVG(): Average of the numeric values
    • Lecture 21 :
    • SUM(): Sum of the numeric values
    • Lecture 22 :
    • Conditional Average
    • Lecture 23 :
    • Filter using LIKE operator in SQL
    • Lecture 24 :
    • Filtering using IN operator in SQL
    • Lecture 25 :
    • Filtering using BETWEEN operator in SQL
    • Lecture 26 :
    • Renaming a column using AS
    • Lecture 27 :
    • GROUPBY and SUM
    • Lecture 28 :
    • GROUPBY and Average
    • Lecture 29 :
    • GROUPBY and WHERE
    • Lecture 30 :
    • GROUPBY and COUNT
    • Lecture 31 :
    • Filtering Grouped Data with the SQL Having Clause
    • Lecture 32 :
    • CREATE TABLE: SCHEMA
    • Lecture 33 :
    • INSERT values in table created
    • Lecture 34 :
    • DROP a table
    • Lecture 35 :
    • Introduction to JOINS
    • Lecture 36 :
    • SQL INNER JOIN
    • Lecture 37 :
    • SQL LEFT/RIGHT JOIN
    • Lecture 38 :
    • SQL OUTER JOIN
    • Lecture 39 :
    • UNION vs UNION ALL
    • Lecture 40 :
    • CREATE A VIEW
    • Lecture 41 :
    • DELETE A VIEW
    • Lecture 42 :
    • Conclusion
  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

447 Course Views

2 Courses

Akash Pawar has completed Bachelor of Technology in Electronics Engineering from National Institute of Technology (NIT, Rourkela) and has years of experience as a professional data enginner and trainer for ETL operations using PySpark. Over the course of his career he has developed a skill set in analyzing data and he hopes to use his experience in teaching and data engineering to help other people learn the power of programming, the ability to analyze data, and the skills needed to present the data in clear and beautiful visualizations. Currently he works as the Data Engineer in Fractal Analytics.
View More...
  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • machine-learning-from-scratch-using-python

    Machine Learning from Scratch using...

    By : Saheb Singh chaddha

    Lectures 14 Beginner 0:16:2
  • data-preprocessing-for-machine-learning-using-matlab

    Data Preprocessing for Machine Lear...

    By : Dr. Nouman Azam

    Lectures 30 Beginner 4:14:3
  • machine-learning-for-data-science-using-matlab

    Machine Learning for Data Science u...

    By : Dr. Nouman Azam

    Lectures 62 Beginner 9:12:36
  • machine-learning-with-r

    Machine Learning with R

    By : Bert Gollnick

    Lectures 124 Intermedite 13:1:56
  • road-map-to-artificial-intelligence-and-machine-learning

    Road Map to Artificial Intelligence...

    By : Vinoth Rathinam

    Lectures 13 Beginner 0:48:49
  • master-chatbot-development-w-o-coding-ibm-watson-assistant

    Master CHATBOT development w/o codi...

    By : Tushar Sukhiya

    Lectures 16 Intermedite 1:17:1

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.