Skip to content

Commit

Permalink
Clase 2
Browse files Browse the repository at this point in the history
Instalación MySQL Workbench, creación BBDD, tablas y comandos SELECT
  • Loading branch information
mouredev committed Oct 13, 2023
1 parent 96014b4 commit d7c005d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Statements/01_select.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
SELECT
Clase 2: https://twitch.tv/videos/1949226275
*/

-- Obtiene todos los datos de la tabla "users"
SELECT * FROM users;

Expand Down

0 comments on commit d7c005d

Please sign in to comment.