March 2013
Intermediate to advanced
448 pages
11h 17m
English
CHAPTER 4
![]()
SQL Workshop
Now that you have a graphical representation of what your underlying tables should look like, in the form of an entity-relationship diagram (ERD), it’s time to dig in and start creating the objects. As mentioned before, you could use your ERD tool to generate the scripts, but to get used to using the SQL Workshop, you’ll create these objects from scratch.
Note For this and many of the following chapters, you need to download the code that accompanies the book. If you haven’t already done so, download the code .zip file ...