Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
What is SQL? | Getting Started
Introduction to SQL
course content

Conteúdo do Curso

Introduction to SQL

Introduction to SQL

1. Getting Started
3. Sorting Data
4. Populating a Database
5. Updating & Deleting Data

book
What is SQL?

The SQL commands are categorized into smaller groups, namely:

  • Data Definition Language (DDL): commands that define the structure of the database. For example, commands for creating or deleting tables;

  • Data Query Language (DQL): commands that query, or in simpler terms, retrieve data from one or more tables;

  • Data Manipulation Language (DML): commands that manipulate data within the existing tables. For example, commands for inserting, updating, or deleting rows.

Many everyday applications use Relational Databases to store data.

There are various implementations of SQL, which are mostly similar with some differences and additional features. This course will cover commands and syntax common to all popular SQL versions.

You will use SQL Server Management Studio (SSMS) for learning and practicing SQL. The next chapter will guide you through setting up SQL and SSMS on your machine.

1. What does SQL stand for?

2. What is the primary purpose of Data Definition Language (DDL) commands?

What does SQL stand for?

What does SQL stand for?

Selecione a resposta correta

What is the primary purpose of Data Definition Language (DDL) commands?

What is the primary purpose of Data Definition Language (DDL) commands?

Selecione a resposta correta

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 1
We're sorry to hear that something went wrong. What happened?
some-alt