SQL

Capítulo 31

Estimated reading time: 2 minutes

+ Exercise
Audio Icon

Listen in audio

0:00 / 0:00

SQL (Structured Query Language) is a programming language used to manage relational databases. It allows users to manipulate data in tables, create new tables and perform queries to obtain specific information.

SQL is a standard language, which means that it is used by many database management systems, including MySQL, PostgreSQL, Oracle, and Microsoft SQL Server. This makes SQL a valuable skill for IT professionals working with databases.

There are several SQL commands that can be used to manipulate data in a database. Some of the more common commands include:

  • SELECT: used to retrieve data from one or more tables;
  • INSERT: used to add new data to a table;
  • UPDATE: used to update existing data in a table;
  • DELETE: used to delete data from a table;
  • CREATE: used to create new tables in a database;
  • DROP: used to delete tables from a database.

In addition, SQL also allows users to perform more complex queries, including joins (JOINs), data aggregation (GROUP BY), ordering results (ORDER BY) and data filtering (WHERE).

To use SQL, you must have a basic knowledge of programming and an understanding of relational database concepts. There are many resources available online for learning SQL, including tutorials, courses, and discussion forums.

Continue in our app.
  • Listen to the audio with the screen off.
  • Earn a certificate upon completion.
  • Over 5000 courses for you to explore!
Or continue reading below...
Download App

Download the app

In summary, SQL is an essential programming language for anyone working with relational databases. With it, it is possible to manipulate data, create new tables and perform complex queries to obtain specific information. If you are interested in learning SQL, there are many resources available to help you get started.

Now answer the exercise about the content:

_What is one of the most common SQL commands used to retrieve data from one or more tables?

You are right! Congratulations, now go to the next page

You missed! Try again.

The SQL command used to retrieve data from one or more tables is SELECT. It is one of the most commonly used commands in SQL for querying databases.

Next chapter

Basics of HTML and CSS

Arrow Right Icon
Free Ebook cover Basic computer course for beginners
86%

Basic computer course for beginners

4.44

(27)

36 pages

Download the app to earn free Certification and listen to the courses in the background, even with the screen off.