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 Review & Practice with SQL Playgrounds

Marcos Treviño Rodriguez
Marcos Treviño Rodriguez
5,711 Points

Hello TH Team The actors table is crashing my PC, when i'm trying to see what is inside it in Launch SQL Playground. BR

Whil entering the Playground when trying to retrive data from the actors table the program is crashig, i just realized that when trying to look inside the actors table you can't due some kind of mistake.

Great course by the way.

4 Answers

What do you mean crashing? I just ran select * from actors and the results were retrieved. What query did you run?

Marcos Treviño Rodriguez
Marcos Treviño Rodriguez
5,711 Points

Can you what is inside the Actor table? does it loads? in mine is just loading and on

Marcos Treviño Rodriguez
Marcos Treviño Rodriguez
5,711 Points

in my PC (at least ) the actors table keep loading and loading and then my chrome crash

Marcos Treviño Rodriguez
Marcos Treviño Rodriguez
5,711 Points

I just tried agaoin by clikcing in the "actors table" to see the data inside but it kepts loading and then crashes my chrome

I can load the actors table although I did receive a page unresponsive and was prompted to wait. Try running

SELECT * FROM actors LIMIT 1

There are 13075 records in the table

Marcos Treviño Rodriguez
Marcos Treviño Rodriguez
5,711 Points

If i do it like this i having only one rsults (as expected do the Limit word), I think they have ixed something due that i just ran the "Select * from actors;" and it worked take a while but it worked. Thanks for the support