Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Retrieving All Columns | Section
/
SQL Fundamentals
Seção 1. Capítulo 3
single

single

bookRetrieving All Columns

Deslize para mostrar o menu

Instead of listing each column, you can use the asterisk * to retrieve all columns from the table at once. This is especially useful when you need to view all the data in a table without manually typing out each column name. Here’s an example:

12
SELECT * FROM table_name;
copy
Tarefa

Swipe to start coding

Write an SQL query to retrieve every column and every row from the country table. Use the asterisk symbol (*) to select all columns. Place your query in the space below.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 1. Capítulo 3
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

some-alt