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 trialAmber White
Full Stack JavaScript Techdegree Student 9,173 PointsI think the answer is 'yes', but if we update the data, do we lose the original data?
I think the answer is 'yes', but if we update the data, do we lose the original data? For example, if we wanted to send that anonymous report - maybe we would duplicate the table and then rename it 'AnonymousVersionReport' and then update the data in that table with the anonymous values, as to not manipulate our original data table?
Steven Parker
231,198 PointsBut what question is this an answer for ("yes')? And can you provide a link to the course page?
Amber White
Full Stack JavaScript Techdegree Student 9,173 PointsAmber White
Full Stack JavaScript Techdegree Student 9,173 PointsThis is in reference to the UPDATE function in SQL and how it affects the core data