Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Databases SQL Basics Getting Data from a Database Getting Data From a Database Review

Paul Sirota
Paul Sirota
1,514 Points

Where are the clues for this challenge?

I :heart: SQL

rydavim
rydavim
18,813 Points

I understand that sometimes it can be frustrating, but please try to refrain from using strong profanity.

If you need assistance or clarification on a particular question, please post which one is giving you trouble and I'm sure someone will be able to help.

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Question: How do you separate column names in an SQL statement?

:bulb:Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/retrieving-specific-columns-of-information at 2:13 in the video

Question: Syntax is best described as

:bulb:Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/your-first-sql-statement at 0:34

Question: If I wanted to select all columns in an SQL statement what special character would I use?

:bulb:Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/your-first-sql-statement at 1:44 in the video

Question: Which results would you expect this SQL query to generate? SELECT email, phone FROM contacts;

:bulb:Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/retrieving-specific-columns-of-information at 2:30 in the video

Question: What's the missing character to bring back all columns?

:bulb: Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/your-first-sql-statement at 1:44 in the video

Question: A keyword is: :bulb: Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/your-first-sql-statement at 0:43 in the video

Question: What keyword would I use to change the value of the column header presented in the results of a query?

:bulb: Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/categorizing-your-output-with-as at 0:57 in the video

Question: What's missing where the question marks are in this statement?

:bulb: Clue: https://teamtreehouse.com/library/sql-basics/getting-data-from-a-database/retrieving-specific-columns-of-information at 2:13 in the video

Here are your clues! Enjoy :smiley:

rydavim
rydavim
18,813 Points

Wow, nice job! That is a really thorough answer! :thumbsup: