Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Basics for Beginners
Rating: 4.3 out of 5(136 ratings)
406 students

SQL Basics for Beginners

This unique introductory SQL tutorial will help you write SQL codes on your own
Created byAslam Tayyab
Last updated 7/2017
English
English [Auto],

What you'll learn

  • Students will be able to understand SQL code pattern and will be able to write /Understand basic SQL codes

Course content

4 sections19 lectures55m total length
  • Course Overview1:34

    Learn the basics of SQL, databases, and relational database management systems; practice creating tables, inserting, updating, and deleting data, and perform select queries and joins.

  • What is Database?1:47

    Learn how data is stored in databases as table-based records, with rows and columns, and how SQL enables you to create, update, delete, and select data.

  • What is RDBMS?1:19

    Explore what an RDBMS is and how relational databases use two-dimensional tables called relations that relate to each other, with examples like Microsoft Access and MariaDB.

  • What are SQL Data types?2:05

    Explains sql data types and how they specify stored data, covering character types (char, text), numeric types (bigint, smallint, decimal, float), and date/time types used in the tutorial.

  • Best &User Friendly SQL Online Editor1:18

    Practice sql statements with a best user-friendly online editor and a built-in database with pre-seeded tables. Run queries, view results, and learn to create your first database table.

Requirements

  • You should have a PC or MAC with INTERNET connection
  • No prior programming experience is required to take up this Course

Description

This unique introductory SQL tutorial not only provides easy-to-understand SQL instructions, but it allows you to practice what you learn using the on-line SQL interpreter. You will receive immediate results after submitting your SQL commands. You will be able to create your own unique tables as well as perform selects, inserts, updates, deletes, and drops on your tables. . The basics of each SQL command will be covered in this introductory tutorial. Unless otherwise stated, the interpreter will support everything covered in this course.

If you're already familar with the basics of SQL, you can still use this as a refresher, and practice some SQL statements.

Who this course is for:

  • Anyone who is new to SQL and wants to learn it