Exploring summer_games
Exploring the data in a table can provide further insights into the database as a whole. In this exercise, you will try out a series of different techniques to explore the summer_games table.
Este exercício faz parte do curso
Reporting in SQL
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
-- Update the query to explore the bronze field
SELECT ____
FROM ____;