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

bookWhat 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?

question mark

What does SQL stand for?

正しい答えを選んでください

question mark

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

正しい答えを選んでください

すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  1

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

セクション 1.  1
some-alt