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-opplæring med sertifikat
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
Attester
Funksjoner
Priser
Resultater
Resultater
Track content
Related courses and projects
Attester
Funksjoner
Priser

Hva 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
Forbedre dine tekniske ferdigheter!
med opptil 55% rabatt
Features:
*Tracks not included in Pro plan
500+ topprangerte kursBanebrytende AI Copilot
Personlige studieløp40+ praktiske prosjekter fra virkeligheten
Uten oppsigelse, før den valgte rabatterte planen utløper, godtar jeg at Codefinity automatisk belaster $104 hver 3. måned til jeg kansellerer. Les mer om oppsigelses- og refusjonspolicy på Abonnementsvilkår.
Recommended Courses and Projects

kurs

Introduksjon til SQL

Introduksjon til SQL

Dette kurset er ideelt for nybegynnere som ønsker å utforske SQL-verdenen. Enten du nettopp har begynt med databaseadministrasjon eller ønsker å bruke SQL i applikasjonsutviklingsprosjekter, dekker dette kurset det grunnleggende. Du lærer raskt hvordan du kan utnytte det fulle potensialet til SQL, fra spørring og håndtering av data til sømløs integrering i virkelige applikasjoner. Ved kursets slutt vil du ha selvtillit og ferdigheter til å løse praktiske problemer med SQL og forbedre utviklingsprosessen.

kurs

Videregående SQL

Videregående SQL

Dette kurset er perfekt for de som allerede har en grunnleggende forståelse av SQL og ønsker å fordype seg i mer avanserte konsepter for å lage kraftigere spørringer. Gjennom kurset vil du bli kjent med datagruppering og filtrering av grupperte data. Du vil også lære hvordan du arbeider med flere tabeller samtidig, inkludert hvordan du kombinerer dem. I tillegg vil du utforske forskjellige typer tabellkoblinger og hvordan du anvender dem i praksis.

kurs

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.

kurs

SQL-optimalisering og spørringsfunksjoner

SQL-optimalisering og spørringsfunksjoner

Start på en spennende reise gjennom SQL med avanserte teknikker i SQL. Lær om de viktige ACID-egenskapene som bidrar til å opprettholde datanøyaktighet i databasetransaksjoner. Oppdag avanserte metoder for å optimalisere spørringer for å forbedre databaseytelsen. Utforsk spesielle SQL-funksjoner som vindusfunksjoner, triggere, Data Control Language (DCL) og NoSQL-databaser. Dette vil hjelpe deg å håndtere moderne databaseadministrasjon trygt og effektivt.

kurs

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.

kurs

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.

kurs

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.

kurs

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.

kurs

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.

kurs

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.

kurs

Introduksjon til SQL

Introduksjon til SQL

Dette kurset er ideelt for nybegynnere som ønsker å utforske SQL-verdenen. Enten du nettopp har begynt med databaseadministrasjon eller ønsker å bruke SQL i applikasjonsutviklingsprosjekter, dekker dette kurset det grunnleggende. Du lærer raskt hvordan du kan utnytte det fulle potensialet til SQL, fra spørring og håndtering av data til sømløs integrering i virkelige applikasjoner. Ved kursets slutt vil du ha selvtillit og ferdigheter til å løse praktiske problemer med SQL og forbedre utviklingsprosessen.

kurs

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 velger 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 kodemiljø

Dykk inn i vårt interaktive miljø: skriv og kjør koden din med sanntids tilbakemelding og suksessmålinger—lær ved å gjøre på hvert trinn.

AI-drevet støtte

Bruk den innebygde AI-assistenten til å forklare feil, foreslå løsninger eller svare på spørsmål om koden din—slik at du forblir produktiv og aldri står fast.

Check your progress

Avslutt hver modul med en rask quiz som gir umiddelbar tilbakemelding, sporer fremgangen din og sikrer at du har mestret viktige konsepter.

Promote your expertise

Tjen ditt bransjeanerkjente sertifikat ved fullføring og del det på LinkedIn med ett klikk—la nettverket ditt se hva du kan gjøre.

Stolte på av ansatte i ledende selskaper
og studenter fra toppuniversiteter

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

Full tilgang til katalogen

Et abonnement gir tilgang til dette kurset og hele katalogen vår av prosjekter og ferdigheter.
Features:
500+ topprangerte kursBanebrytende AI Copilot
Personlige studieløp40+ praktiske prosjekter fra virkeligheten
Uten oppsigelse, før den valgte rabatterte planen utløper, godtar jeg at Codefinity automatisk belaster $104 hver 3. måned til jeg kansellerer. Les mer om oppsigelses- og refusjonspolicy på Abonnementsvilkår.

Prøv Codefinity med tillit – 30-dagers pengene-tilbake-garanti inkludert

For å ønske deg velkommen til Codefinity, tilbyr vi opptil 64% rabatt på våre kurs. I tillegg har vi en 30-dagers pengene-tilbake-garanti, slik at du kan prøve oss uten risiko.Vi ser virkelig frem til å ønske deg velkommen til vår plattform og er forpliktet til å gjøre din læringsopplevelse enkel, interaktiv og morsom.
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å umiddelbar tilgang til 500+ kurs

Ubegrenset læring, umiddelbar tilgang
Ubegrenset læring, umiddelbar tilgangFå full tilgang til alle kurs og spor, inkludert videoinnhold, quizer og dyptgående materialer—start læringen når som helst.
Bransjeanerkjente sertifikater
Bransjeanerkjente sertifikaterTjen sertifikater som bekrefter din ekspertise og styrker karrieren din innen teknologi, AI, data, markedsføring og mer.
KI-assistert læring
KI-assistert læringFå personlige hint, sanntids tilbakemelding og AI-drevne forklaringer for å akselerere fremgangen din.
Stadig utvidelse: Nye kurs og karrierespor
Stadig utvidelse: Nye kurs og karrieresporHold deg foran med stadig oppdaterte kurs, karriereveikart, utfordringer og praktiske prøver.
Bygg ferdigheter som betyr noe
Bygg ferdigheter som betyr noeMestre etterspurte ferdigheter med kurs i AI, datavitenskap, programmering, markedsføring, automatisering, webutvikling og mer.
Interaktiv og sømløs læring
Interaktiv og sømløs læringEngasjer deg med praktiske prosjekter, virkelige øvelser og en intuitiv læringsopplevelse — ingen ekstra verktøy nødvendig.
Vi beklager at noe gikk galt. Hva skjedde?
some-alt