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

SQL

Get started with databases—from choosing your programming language to understanding stored procedures—by watching our SQL tutorials. Whether you want to execute a SQL transaction, run SQL queries, or master database administration, these video courses can help you get up and running.

Students Learning : 54577
Filter
Language
Ratings
Views
Level
Done
Explore SQL Courses

javascript-course-for-beginner-to-expert-data-visualization

2024 SQL Introduction Course SQL Crash Course...

By : Temotec Learning Academy

Using PostgreSQL & applicable to Oracle SQL, Microsoft SQL Server, and MySQL for Data...

4.5 186

33 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

Data Analyst Bootcamp 2024: Get Ready to Be a Data Analyst....

By : Temotec Learning Academy

Become a Data Analysis Hero - Learn Python & SQL for Data Analysis and Data Science w...

4.8 246

121 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

[2024 ]SQL Mastery: Learn Enough SQL To Be A Professional...

By : Ahmed Ibrahim

Learn all the SQL skills you need to know to develop, manipulate, manage and communic...

4.5 2809

4:1:52 hrs   79 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

SQL for Beginner-For Data Analytics & Business Intelligence...

By : Sachin Agrawal

SQL for Beginner-For Data Analytics & Business Intelligence...

4.5 266

1:12:52 hrs   28 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

SQL For Data Analyst and Data Engineer...

By : Sonu Kumar

BI and Data Engineer...

4.5 272

7:28:54 hrs   117 lectures Intermedite Level   

javascript-course-for-beginner-to-expert-data-visualization

Microsoft SQL for Beginners...

By : SANEM AYDIN YAYLA

Master the Fundamentals of SQL, Learn to Manage Data, Create Databases, and Generate ...

4.5 163

3:4:12 hrs   50 lectures Beginner Level   

javascript-course-for-beginner-to-expert-data-visualization

The SQL Ultimate Course: from Zero to Hero...

By : test test

Unique SQL course - covers everything you need to MASTER SQL and understand how thing...

4 572

6:60:4 hrs   78 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

PostgreSQL - SQL Crash Course for Beginner to Advanced...

By : Jobshie Academy

Perfect for PostgreSQL course for beginners and first-time coders...

4.3 135

2:44:12 hrs   46 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

SQL for Data Science + Data Analytics + Data Visualization...

By : Sekhar Metla (Microsoft Certified Professional) Sudha

With Azure Data Studio to Become a SQL Expert on Queries for your Business Logic for ...

4.1 377

6:36:57 hrs   98 lectures All Level   

javascript-course-for-beginner-to-expert-data-visualization

Microsoft SQL Server Bootcamp 2023: Go from Zero to Hero...

By : Sekhar Metla (Microsoft Certified Professional) Sudha

Become an Expert at Microsoft SQL!...

4.3 272

5:38:43 hrs   87 lectures All Level   

< 123
  • What is SQL?

    SQL, or Structured Query Language, is a domain-specific language used for managing and manipulating relational databases. It is employed for tasks such as querying data, defining and modifying database structures, and controlling access to the stored data.

  • Which are the basic operations in SQL?

    SQL supports several fundamental operations, including SELECT (retrieve data), INSERT (add new data), UPDATE (modify existing data), DELETE (remove data), and CREATE/ALTER/DROP (manage database structure).

  • What is the difference between SQL and MySQL?

    SQL is a language, while MySQL is a relational database management system (RDBMS) that uses SQL. MySQL is one of many database systems that implement the SQL language. Other examples include PostgreSQL, SQLite, and Microsoft SQL Server.

  • Explain the primary key in SQL.

    A primary key in SQL is a unique identifier for a record in a table. It ensures each row has a distinct identity, and it is often used to establish relationships between tables. The primary key constraint enforces the uniqueness and non-null properties of the key.

  • What is normalization in SQL databases?

    Normalization is the process of organizing data in a database to reduce redundancy and dependency. It involves dividing large tables into smaller, more manageable tables and defining relationships between them. Normalization helps maintain data integrity and avoids data anomalies.

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.