Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lernen Retrieving All Columns | Section
Practice
Projects
Quizzes & Challenges
Quizze
Challenges
/
SQL Fundamentals
Abschnitt 1. Kapitel 3
single

single

bookRetrieving All Columns

Swipe um das Menü anzuzeigen

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
Aufgabe

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.

Lösung

Switch to desktopWechseln Sie zum Desktop, um in der realen Welt zu übenFahren Sie dort fort, wo Sie sind, indem Sie eine der folgenden Optionen verwenden
War alles klar?

Wie können wir es verbessern?

Danke für Ihr Feedback!

Abschnitt 1. Kapitel 3
single

single

Fragen Sie AI

expand

Fragen Sie AI

ChatGPT

Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen

some-alt