Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Læringsspor Data Analyst with SQL - Online-undervisning med certifikat
Data Analyst with SQL
Data Analyst with SQL
Beginner
4.2
11 reviews
41 Learners
A comprehensive beginner-level learning track designed for aspiring data analysts and junior data professionals. This track introduces the core concep…
148
Chapters
15
Learning hours
202
Assignments
AI Assistant
Shareable Certificate
Resultater
Resultater
Track content
Related courses and projects
Udtalelser
Funktioner
Priser
Resultater
Resultater
Track content
Related courses and projects
Udtalelser
Funktioner
Priser

Hvad du vil lære

Understand the basics of data, the data lifecycle, and the role of a data analyst
Apply filtering, sorting, and aggregation techniques to analyze datasets
Build analytical reports and dashboards using SQL and BI tools
Grasp the structure and organization of relational databases
Combine data from multiple tables using SQL joins
Write and execute basic SQL queries to retrieve and manipulate data
Clean and transform data using essential SQL functions
Learning track content
Retrieving Individual Columns
Retrieving Multiple Columns
Retrieving All Columns
Retrieving Distinct Rows
Limiting Results
Challenge: Find the Population of the Countries
Challenge: Find All Countries
Challenge: Find All Countries With Their IDs
Challenge: Find Country Capitals
Challenge: Find the Regions in Which All Countries Are Located
Sorting Data
Challenge: Population Sort
Sorting by Multiple Columns
Challenge: Dual-Sort Query
Specifying Sort Direction
Challenge: Sort the Countries by Region and Capital
Challenge: Sort Capitals in Descending Order
Challenge: Sort Countries in Ascending Order
Challenge: Find Countries, Their IDs, and Their Populations
Challenge: Find Countries, IDs, Populations, Regions, and Sort Them
Challenge: Find All Continents and Sort Them in Ascending Order
Using the WHERE Clause
Challenge: North America Population Sort
The WHERE Clause Operators
Challenge: Population Threshold Query
Checking for a Range of Values
Checking for NO Value
Using the AND Operator
Challenge: Europe Region Sort
Using the OR operator
Challenge: America Regions Filter
Using the NOT Operator
Challenge: Non-Europe Capitals Sort
The AVG() Function
Challenge: Surface Area Selection
The COUNT() Function
Challenge: Continental Count
The MAX() Function
The MIN() Function
Challenge: Large Surface Area Average
The SUM() Function
Introduction to String Functions
Challenge: Standardize Customer Names
Challenge: Extract Email Domains
Advanced String Manipulation
Challenge: Mask Sensitive Information
Challenge: Clean Up City Names
Working with Dates and Times
Challenge: Calculate Order Age
Challenge: Find Late Deliveries
Advanced Date and Time Calculations
Challenge: Monthly Order Summary
Challenge: Predict Delivery Dates
Introduction to Numeric Functions
Challenge: Calculate Discounted Prices
Challenge: Find Low Stock Products
Advanced Numeric Operations
Challenge: Analyze Price Distribution
Challenge: Calculate Inventory Value
Introduction to Logical Functions
Challenge: Categorize Transactions
Challenge: Handle Missing Payment Methods
Advanced Logical Expressions
Challenge: Flag Suspicious Transactions
Challenge: Summarize Transaction Status
Understanding Null Functions
Challenge: Assign Default Bonuses
Challenge: Find Employees Without Managers
Advanced Null Handling
Challenge: Calculate Average Bonus
Challenge: Prevent Division by Zero
Introduction to JSON Functions
Challenge: Extract User Interests
Challenge: Find Users by City
Advanced JSON Manipulation
Challenge: Update User Age
Boost dine Tech Færdigheder!
med op til 55% rabat
Features:
*Tracks not included in Pro plan
500+ Topbedømte kurserBanebrydende AI Copilot
Personlige studieveje40+ praktiske virkelige projekter
Uden afbestilling, før den valgte rabatplan udløber, accepterer jeg, at Codefinity automatisk opkræver $104 hver 3. måned indtil jeg annullerer. Læs mere om afbestillings- og refunderingspolitikken på Abonnementsvilkår.
Recommended Courses and Projects

kursus

Introduktion til SQL

Introduktion til SQL

Dette kursus er ideelt for begyndere, der er klar til at udforske SQL-verdenen. Uanset om du lige er startet med databaseadministration eller ønsker at bruge SQL i dine applikationsudviklingsprojekter, dækker dette kursus det grundlæggende. Du lærer hurtigt at udnytte det fulde potentiale i SQL, fra forespørgsler og håndtering af data til problemfri integration i virkelige applikationer. Ved kursets afslutning vil du have selvtilliden og færdighederne til at løse praktiske problemer med SQL og forbedre din udviklingsproces.

kursus

Mellemliggende SQL

Mellemliggende SQL

Dette kursus er perfekt for dem, der allerede har en grundlæggende forståelse af SQL og ønsker at dykke ned i mere avancerede begreber for at skabe mere kraftfulde forespørgsler. Gennem kurset vil du blive fortrolig med datagruppering og filtrering af grupperede data. Du vil også lære at arbejde med flere tabeller samtidigt, herunder hvordan man kombinerer dem. Derudover vil du udforske forskellige typer tabelsammenføjninger og hvordan man anvender dem i praksis.

kursus

Relational Database and Normalization

Relational Database and Normalization

This course delves into the theory behind relational databases. You'll learn what they are and see how they differ from non-relational databases. Throughout the course, we'll walk you through the ins and outs of database design and familiarize you with various types of relationships. Additionally, you'll explore the concepts of normalization and normal forms, equipping you with the knowledge to craft efficient and optimized databases.

kursus

SQL-optimering og Forespørgselsfunktioner

SQL-optimering og Forespørgselsfunktioner

Begynd en spændende rejse gennem SQL med avancerede teknikker i SQL. Lær om de vigtige ACID-egenskaber, der sikrer datanøjagtighed i databasetransaktioner. Opdag avancerede metoder til at optimere dine forespørgsler for at forbedre databaseydelsen. Udforsk særlige SQL-funktioner som vinduesfunktioner, triggere, Data Control Language (DCL) og NoSQL-databaser. Dette vil hjælpe dig med at håndtere moderne databasestyring sikkert og effektivt.

kursus

SQL Joins in Depth

SQL Joins in Depth

Master the art of SQL joins with engaging, real-world examples and hands-on challenges. This course takes you from foundational join concepts to advanced multi-table queries, ensuring you can confidently analyze and combine data from multiple sources.

kursus

Introduction to Data Engineering with Azure

Introduction to Data Engineering with Azure

Master the essentials of data engineering with Microsoft Azure in this comprehensive course. Starting with foundational concepts like cloud computing, resource management, and storage solutions, you'll progress to hands-on training in Azure Data Factory (ADF), mastering ETL/ELT workflows, and advanced data transformations. Through practical examples and real-world problem-solving, you'll gain the skills to design, implement, and optimize scalable data solutions using Azure.

kursus

Functions in SQL

Functions in SQL

Master the use of built-in SQL functions to manipulate strings, dates, numbers, logical values, nulls, and JSON data. This course provides a hands-on approach to understanding and applying SQL functions in real-world scenarios, enhancing your data querying and transformation skills.

kursus

SQL for Data Analysis

SQL for Data Analysis

A comprehensive beginner-friendly course designed to teach SQL from the ground up, focusing on practical data analysis skills. Through engaging explanations, real-world examples, and hands-on challenges, learners will master querying, transforming, and analyzing data using SQL.

kursus

Mastering CASE WHEN in SQL

Mastering CASE WHEN in SQL

A comprehensive course designed to help you master the CASE WHEN statement in SQL, from basic conditional logic to advanced use cases in data analysis and reporting. Through engaging theory and real-world tasks, you'll learn to write expressive, powerful queries that adapt to complex business requirements.

kursus

Window Functions in SQL

Window Functions in SQL

Master the art of analyzing data with SQL window functions. This course guides you through the core concepts, syntax, and practical applications of window functions, empowering you to perform advanced analytics and reporting directly in SQL.

kursus

Introduktion til SQL

Introduktion til SQL

Dette kursus er ideelt for begyndere, der er klar til at udforske SQL-verdenen. Uanset om du lige er startet med databaseadministration eller ønsker at bruge SQL i dine applikationsudviklingsprojekter, dækker dette kursus det grundlæggende. Du lærer hurtigt at udnytte det fulde potentiale i SQL, fra forespørgsler og håndtering af data til problemfri integration i virkelige applikationer. Ved kursets afslutning vil du have selvtilliden og færdighederne til at løse praktiske problemer med SQL og forbedre din udviklingsproces.

kursus

SQL Data Types Explained

SQL Data Types Explained

A beginner-friendly course that demystifies SQL data types, guiding you through their purpose, usage, and best practices. Learn how to choose the right data type for your data, avoid common pitfalls, and build robust, efficient databases.

Hvorfor Folk Vælger Codefinity

Kwizera Mugisha

Web Developer

Kwizera Mugisha

linkedIn

The teaching methodology at Codefinity is excellent, and I particularly appreciate how it has prepared me to handle real-world coding problems. Currently, I am delving into Node.js and eagerly anticipate building full-stack projects that integrate all the knowledge I have gained.

Sherry Barnes-Fox

Senior Business Analyst

Sherry Barnes-Fox

linkedIn

My first course was 4 hours, I did it in a few days, "nugget-style". The instructions are very clear and easy to understand. There is even a hint to help you get the answer. I love the learning style that is used, it engages me.

Bill Wagner

Accounts Payable Specialist

Bill Wagner

linkedIn

I have really liked the browser-based lessons that allow me to code within the lesson. The RUN button allows me to test the code I write before submitting for a grade.

Daniel Chinea

IT Support Specialist

Daniel Chinea

linkedIn

I have gained a lot of practical and logical thinking skills, along with patience for myself and confidence in myself that I can learn programming. Years ago, I would have never thought that I could learn programming in any way, shape or form, and I was able to obtain these certifications and skills with Codefinity.

Steve Bruening

Technology Project Manager

Steve Bruening

linkedIn

The learning was progressive and made it easy to follow along and make progress. I could feel my skills increasing and building on each other as the course went along.

Stephanie Chan

Project Manager

Stephanie Chan

linkedIn

As I went through the first course of the Python track, I liked the way the course was lay out (in easy and digestible modules) with little exercises at the end of each concept.

Step-by-Step to Stellar Results
Interaktivt kodningsmiljø

Dyk ned i vores interaktive miljø: skriv og kør din kode med feedback i realtid og succesmålinger—lær ved at gøre på hvert trin.

AI-drevet support

Udnyt den indbyggede AI-assistent til at forklare fejl, foreslå rettelser eller besvare spørgsmål om din kode—så du forbliver produktiv og aldrig går i stå.

Check your progress

Afslut hvert modul med en hurtig quiz, der giver øjeblikkelig feedback, sporer din fremgang og sikrer, at du har mestret nøglekoncepter.

Promote your expertise

Tjen dit brancheanerkendte certifikat ved afslutning og del det på LinkedIn med ét klik—lad dit netværk se, hvad du kan.

Betroet af Medarbejdere fra Ledende Virksomheder
og Studerende fra Topuniversiteter

Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
Google
Intel
Twitter
FedEx
Meta
Nike
Amazon
Microsoft
Tesla
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana
florida
illinois
colorado
indiana
new-york
cornell
columbia
notre-dame
florida
illinois
colorado
indiana

Fuld adgang til kataloget

Et abonnement åbner dette kursus og hele vores katalog af projekter og færdigheder.
Features:
500+ Topbedømte kurserBanebrydende AI Copilot
Personlige studieveje40+ praktiske virkelige projekter
Uden afbestilling, før den valgte rabatplan udløber, accepterer jeg, at Codefinity automatisk opkræver $104 hver 3. måned indtil jeg annullerer. Læs mere om afbestillings- og refunderingspolitikken på Abonnementsvilkår.

Prøv Codefinity med tillid – 30-dages pengene-tilbage-garanti inkluderet

For at byde dig velkommen til Codefinity, tilbyder vi op til 64% rabat på vores kurser. Plus, vi har en 30-dages pengene-tilbage-garanti, så du kan prøve os uden risiko.Vi ser virkelig frem til at byde dig velkommen til vores platform og er engagerede i at gøre din læringsoplevelse nem, interaktiv og sjov.
Shield Image
Ready to get started?
Pro
Best intro offer
Ultimate
A complete experience
to kickstart your career
500+ Top-Rated courses
yes
yes
Completion certificates
yes
yes
Early access to new courses
yes
yes
40+ hands-on Real-world projects
no
yes
Personalized study tracks
no
yes
Unlimited workspaces
no
yes

Få øjeblikkelig adgang til 500+ kurser

Ubegrænset Læring, Øjeblikkelig Adgang
Ubegrænset Læring, Øjeblikkelig AdgangFå fuld adgang til alle kurser og spor, inklusive videoindhold, quizzer og dybdegående materialer—start læring når som helst.
Brancheanerkendte Certifikater
Brancheanerkendte CertifikaterTjen certifikater, der validerer din ekspertise og styrker din karriere inden for tech, AI, data, marketing og mere.
KI-assisteret læring
KI-assisteret læringFå personlige hints, feedback i realtid og AI-drevne forklaringer for at fremskynde din fremgang.
Konstant Udvidelse: Nye Kurser & Karriereforløb
Konstant Udvidelse: Nye Kurser & KarriereforløbHold dig foran med konstant opdaterede kurser, karriereplaner, udfordringer og praktiske prøver.
Opbyg Færdigheder Der Tæller
Opbyg Færdigheder Der TællerMestre efterspurgte færdigheder med kurser i AI, datavidenskab, programmering, marketing, automatisering, webudvikling og mere.
Interaktiv & Problemfri Læring
Interaktiv & Problemfri LæringEngager dig med praktiske projekter, virkelige øvelser og en intuitiv læringsoplevelse — ingen ekstra værktøjer nødvendige.
Vi beklager, at noget gik galt. Hvad skete der?
some-alt