From the course: SQL for Testers

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Challenge: Data generation

Challenge: Data generation - SQL Tutorial

From the course: SQL for Testers

Start my 1-month free trial

Challenge: Data generation

(upbeat music) - [Instructor] We've been learning a lot about manipulating data with SQL. And hopefully you've been able to try these things out at home and maybe even been exploring beyond the things that I've explicitly shown you. But I want to pause now and take a minute to give you a chance to cement what you're learning through a challenge that will push you. So what I want you to do is to generate some test data for this website. But before we do that, let's first make sure that everything's reset back to its base. So I've shown you this once already in this course but I'll show you again just to make sure that you're able to do this. So what we want to do is have a new SQL editor. So Tool, Open SQL editor. And then let's open the database initialization script. And do Control-A to select it all. And then run that query to make sure that everything's reset back to its baseline. So now that you've done that, I have two challenges that I want you to try out. I want you to see if…

Contents