You will need to go to http://sqlfiddle.com/ and you will need to try out your code from assignment 5 ( attached ). The questions you will complete on fiddle from the assignment 5 exercise are part a, b, d (cross out the address in part d), and e. You will want to copy the sql fiddle code once you get it working and save it in a file (like notepad)
When you go to the fiddle website, you enter code in the left box. Once you have your code in the box, click build schema to run your code. I suggest you create table 1 from part A and then click build schema, then when that works, create your 2nd table, and so on. This way it is easier to find where you might have an error. Also make sure you are on MS SQL Server 2017. When you go to the website, right next to the name fiddle, it will default to MySQL 5.6, click this to drop down and pick MS SQL Server 2017.


0 comments