Working with Relational Databases - How Do You Insert and View Data in a Table?

Tell us what’s happening:

Answer should be. Selects all rows from products table instead of all columns

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0

Challenge Information:

Working with Relational Databases - How Do You Insert and View Data in a Table?

Are you sure that’s what * does? After SELECT you write column names, not row names, so if you use * it selects all of them