Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Meet the SQL | Database & Introduction to Syntax
SQL Tutorial for Beginners
course content

Contenido del Curso

SQL Tutorial for Beginners

SQL Tutorial for Beginners

1. Database & Introduction to Syntax
2. SQL Aggregate Functions
3. Filtering Statements

bookMeet the SQL

SQL is a Structured Query Language created for accessing and manipulating data stored in databases. There are different versions of SQL and databases management systems that use SQL such as Microsoft SQL Server, PostgreSQL, MySQL, Oracle, etc.

There may be some specific knowledge needed for each DBMS, but at all, they use SQL with similar syntax. Using SQL, you can:

  • Create, change, delete and manipulate the tables
  • Create, change, delete and manipulate the data
  • Access and retrieve the data (records)
  • Create stored procedures in the database
  • Set permissions for procedures and tables

There is even an extension of SQL that lets you use it as a standard programming language: create variables, loops, if-else statements, and so on.

So let's submit the very first SQL query which shows all the data in the table songs.

Tarea

Let's practice a bit. Write the next code:

Then submit your first SQL query! Read about the SQL SELECT statement in the next chapter.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 1
toggle bottom row

bookMeet the SQL

SQL is a Structured Query Language created for accessing and manipulating data stored in databases. There are different versions of SQL and databases management systems that use SQL such as Microsoft SQL Server, PostgreSQL, MySQL, Oracle, etc.

There may be some specific knowledge needed for each DBMS, but at all, they use SQL with similar syntax. Using SQL, you can:

  • Create, change, delete and manipulate the tables
  • Create, change, delete and manipulate the data
  • Access and retrieve the data (records)
  • Create stored procedures in the database
  • Set permissions for procedures and tables

There is even an extension of SQL that lets you use it as a standard programming language: create variables, loops, if-else statements, and so on.

So let's submit the very first SQL query which shows all the data in the table songs.

Tarea

Let's practice a bit. Write the next code:

Then submit your first SQL query! Read about the SQL SELECT statement in the next chapter.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 1
toggle bottom row

bookMeet the SQL

SQL is a Structured Query Language created for accessing and manipulating data stored in databases. There are different versions of SQL and databases management systems that use SQL such as Microsoft SQL Server, PostgreSQL, MySQL, Oracle, etc.

There may be some specific knowledge needed for each DBMS, but at all, they use SQL with similar syntax. Using SQL, you can:

  • Create, change, delete and manipulate the tables
  • Create, change, delete and manipulate the data
  • Access and retrieve the data (records)
  • Create stored procedures in the database
  • Set permissions for procedures and tables

There is even an extension of SQL that lets you use it as a standard programming language: create variables, loops, if-else statements, and so on.

So let's submit the very first SQL query which shows all the data in the table songs.

Tarea

Let's practice a bit. Write the next code:

Then submit your first SQL query! Read about the SQL SELECT statement in the next chapter.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

SQL is a Structured Query Language created for accessing and manipulating data stored in databases. There are different versions of SQL and databases management systems that use SQL such as Microsoft SQL Server, PostgreSQL, MySQL, Oracle, etc.

There may be some specific knowledge needed for each DBMS, but at all, they use SQL with similar syntax. Using SQL, you can:

  • Create, change, delete and manipulate the tables
  • Create, change, delete and manipulate the data
  • Access and retrieve the data (records)
  • Create stored procedures in the database
  • Set permissions for procedures and tables

There is even an extension of SQL that lets you use it as a standard programming language: create variables, loops, if-else statements, and so on.

So let's submit the very first SQL query which shows all the data in the table songs.

Tarea

Let's practice a bit. Write the next code:

Then submit your first SQL query! Read about the SQL SELECT statement in the next chapter.

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
Sección 1. Capítulo 1
Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
some-alt