MariaDB [README]> SELECT
id,
nome,
idade,
localizacao,
interessses
FROM desenvolvedores
WHERE nome = 'Hugo Deleon';
+----+-------------+-------+---------------------+-----------------------------------------------------------+
| id | nome | idade | localizacao | interesses |
+----+-------------+-------+---------------------+-----------------------------------------------------------+
| 1 | Hugo Deleon | 18 | Jaragu谩 do Sul, SC | Filosofia 路 Matem谩tica 路 Sistemas 路 Tecnologia em geral |
+----+-------------+-------+---------------------+-----------------------------------------------------------+
1 row in set (0.00 sec)
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


