From d3de563f30d9c3dcd4c30eb46cc622936d84dd34 Mon Sep 17 00:00:00 2001 From: Anthony DeBarros Date: Tue, 21 Sep 2021 20:51:50 -0400 Subject: [PATCH] Try It Yourself edits --- Try_It_Yourself/Try_It_Yourself.sql | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/Try_It_Yourself/Try_It_Yourself.sql b/Try_It_Yourself/Try_It_Yourself.sql index ca60677..9b22db9 100644 --- a/Try_It_Yourself/Try_It_Yourself.sql +++ b/Try_It_Yourself/Try_It_Yourself.sql @@ -5,21 +5,15 @@ -- Try It Yourself Questions and Answers ---------------------------------------------------------------------------- ----------------------------------------------------------------------------- --- Chapter 1: Setting Up Your Coding Environment ----------------------------------------------------------------------------- - --- There are no Try It Yourself exercises in this chapter! - ---------------------------------------------------------------------------- -- Chapter 2: Creating Your First Database and Table ---------------------------------------------------------------------------- -- 1. Imagine you're building a database to catalog all the animals at your --- local zoo. You want one table for tracking all the kinds of animals and --- another table to track the specifics on each animal. Write CREATE TABLE --- statements for each table that include some of the columns you need. Why did --- you include the columns you chose? +-- local zoo. You want one table to track the kinds of animals in the +-- collection and another table to track the specifics on each animal. Write +-- CREATE TABLE statements for each table that include some of the columns +-- you need. Why did you include the columns you chose? -- Answer (yours will vary):