GRATIS
Harvard vía Coursera
GRATIS

Data Analysis Using SQL

  • money

    Cursos gratis (Auditar)

    question-mark
  • earth

    Inglés

  • folder

    Siempre Abierto

  • certificate

    Guía de Registro en Coursera

    arrow
Acerca de este curso

  • Introduction to Data Analysis using SQL
    • This module aims to introduce the key aspects and applications of SQL. The first module will cover the limitations of excel (via the story of a data scientist) as well as define the different types of databases. Post installation the learners will go through a pseudo code exercise wherein the learner will also learn elementary SQL queries to retrieve data, using keywords such as SELECT, FROM, COUNT, DISTINCT etc.
  • Data Analysis with SQL on a Single Table
    • This module is designed to empower users with comprehensive skills in analysing data within a single table using SQL queries. By delving into various SQL querying techniques, students will gain proficiency in efficiently retrieving, manipulating, and aggregating data. The students will get acquainted with keywords such as WHERE, LIMIT, AVG, MAX, MIN etc. The module goes beyond theoretical concepts by providing practical exercises and a case study, allowing users to apply what they've learnt in a real-world scenario.
  • Advanced functions on Single Tables in SQL
    • This module will enhance a learner's proficiency in utilising advanced SQL functions for comprehensive data analysis. Throughout this module, students will delve into a diverse range of robust SQL functions, including string functions such as SUBSTRING, CONCAT, date/time functions like DATEADD and DATEDIFF, case operators, and branching logic. The module will also incorporate practical exercises and an engaging case study, enabling students to further strengthen their problem-solving skills and gain hands-on experience in applying these functions in real-life scenarios.
  • Analyzing Multiple Tables in SQL
    • In this module the learner will gain valuable skills to navigate complex data structures, harness the power of JOIN operations, grasp the intricacies of subqueries, and comprehend the significance of different types of keys. Additionally, they will be introduced to the fundamental concept of normalisation, which plays a vital role in database design. By the conclusion of this module, students will possess the expertise to make informed decisions by extracting insights from joined datasets.
  • CRUD Operations in SQL
    • In this module, learners will dive deeper into various table operations, expanding their knowledge beyond just querying. They will learn essential skills, including creating tables, modifying table structures, adding and deleting columns, and implementing table constraints. These essential concepts and techniques will empower learners to handle data manipulation tasks, maintain robust databases, and optimise data organisation.