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 trialjohn knight
Courses Plus Student 9,155 PointsI Have 2 Questions
1st Question:
Will it be useful If we made an a database and filled with the users who uses my website?
2nd Question:
Will i need to install an a text editor for the SQL learning or am gonna be using the treehouse workspaces?.
1 Answer
Ari Misha
19,323 PointsHiya John! This is the answer for your first question:
- You should defo do that actually! You should also seed your database with user related info like their emails , contacts , address, payment info, password and likewise stuff. Infact, with real world projects, you might end up integrating like multiple databases in your application.
Now regarding your second question:
- You dont need a text editor for SQL. I'd highly recommend installing community version of MySQL on your local machine. And as soon as you done installing MySQL on your local machine, you can interact with it using MySQL console. Thats all you need to interact with your database.
I hope it helped. (:
john knight
Courses Plus Student 9,155 Pointsjohn knight
Courses Plus Student 9,155 PointsThank you, Ari Misha.