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!

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 Categorizing Your Output with 'AS'

Gabriel Guerra
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Gabriel Guerra
Data Analysis Techdegree Graduate 9,109 Points

Import Table in my VS code

Hi there I would like if it's possible to use my VS code for these exercises. Unfortunately, I don't know how to select within an SQL file. Thanks, Gabriel

1 Answer

Steven Parker
Steven Parker
224,872 Points

I don't think basic VSCode will act as a DB client. But there are DB client plug-ins for it, so you could potentially install one of them and use that.

But I don't think you need to, if I remember correctly everything in the basic course can be done in the provided "SQL Playground" environment.