{"id":173,"date":"2017-04-21T19:15:09","date_gmt":"2017-04-21T19:15:09","guid":{"rendered":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/back-matter\/section-4-answer-key\/"},"modified":"2017-04-27T18:52:20","modified_gmt":"2017-04-27T18:52:20","slug":"section-4-answer-key","status":"publish","type":"back-matter","link":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/back-matter\/section-4-answer-key\/","title":{"raw":"Section 4 Answer Key","rendered":"Section 4 Answer Key"},"content":{"raw":"<div class=\"quiz\">\r\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"http:\/\/textbooks.opensuny.org\/Mendez_media\/interactive\/Quiz_Section4.html\">Take this quiz online!<\/a><\/h1>\r\n<\/div>\r\n<ol>\r\n \t<li class=\"QuizQuestion\">What does SQL stand for?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Standard Query Linguistics [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Structured Query Language [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Strict Query Language [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of these is used to retrieve information from a database?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Get [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Fetch [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Select [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Find [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of these commands would get the name column from a Persons table?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Select name from Persons; [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Get persons.name [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Select persons.name [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Get name from Persons [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following select records where the name fields starts with an A?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Select * from Persons where name=\u2019a\u2019 [This will get names that are only a]<\/li>\r\n \t<li class=\"QuizAnswer\">Select * from Persons where name like \u201ca%\u201d [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Select * from Persons where name like \u201c%a\u201d [This will select things that end in a]<\/li>\r\n \t<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following is the keyword used to sort results?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Order By [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Sort By [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Filter By [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Ascending [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following is used to find the number of records?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Total() [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Count() [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Sum() [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Eliminating multiple identical columns from a table is which normalization?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">First [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Third [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Eliminating repeated values from a table is which normalization?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">First [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Second [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Third [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Ensuring no values are repeated in a database is which of the following?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">First [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Third [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Ensuring all fields relate directly to the table they are in is which normalization?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">First [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Third [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">The CRUD actions are:\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Compose, Read, Update, Delete [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Create, Read, Update, Destroy [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Create, Read, Update, Delete [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Copy, Read, Update, Drop [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Including all of the records in the first table of a join is done using:\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Join all [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Left join [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Right join [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Queries can be placed inside of other queries.\r\n<ol>\r\n \t<li class=\"QuizAnswer\">True [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">False [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">Which of the following is used to remove a record from a table?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Delete from [Correct!]<\/li>\r\n \t<li class=\"QuizAnswer\">Drop from [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Destroy [Incorrect]<\/li>\r\n<\/ol>\r\n<\/li>\r\n \t<li class=\"QuizQuestion\">MySQL requires which of the following to run?\r\n<ol>\r\n \t<li class=\"QuizAnswer\">Windows [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Linux [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Apple [Incorrect]<\/li>\r\n \t<li class=\"QuizAnswer\">Any of these [Correct!]<\/li>\r\n<\/ol>\r\n<\/li>\r\n<\/ol>\r\n<div class=\"quiz\">\r\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/chapter\/section-4-assessments\/\">Return<\/a><\/h1>\r\n<\/div>","rendered":"<div class=\"quiz\">\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"http:\/\/textbooks.opensuny.org\/Mendez_media\/interactive\/Quiz_Section4.html\">Take this quiz online!<\/a><\/h1>\n<\/div>\n<ol>\n<li class=\"QuizQuestion\">What does SQL stand for?\n<ol>\n<li class=\"QuizAnswer\">Standard Query Linguistics [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Structured Query Language [Correct!]<\/li>\n<li class=\"QuizAnswer\">Strict Query Language [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of the above [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of these is used to retrieve information from a database?\n<ol>\n<li class=\"QuizAnswer\">Get [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Fetch [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Select [Correct!]<\/li>\n<li class=\"QuizAnswer\">Find [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of these commands would get the name column from a Persons table?\n<ol>\n<li class=\"QuizAnswer\">Select name from Persons; [Correct!]<\/li>\n<li class=\"QuizAnswer\">Get persons.name [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Select persons.name [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Get name from Persons [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following select records where the name fields starts with an A?\n<ol>\n<li class=\"QuizAnswer\">Select * from Persons where name=\u2019a\u2019 [This will get names that are only a]<\/li>\n<li class=\"QuizAnswer\">Select * from Persons where name like \u201ca%\u201d [Correct!]<\/li>\n<li class=\"QuizAnswer\">Select * from Persons where name like \u201c%a\u201d [This will select things that end in a]<\/li>\n<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following is the keyword used to sort results?\n<ol>\n<li class=\"QuizAnswer\">Order By [Correct!]<\/li>\n<li class=\"QuizAnswer\">Sort By [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Filter By [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Ascending [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following is used to find the number of records?\n<ol>\n<li class=\"QuizAnswer\">Total() [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Count() [Correct!]<\/li>\n<li class=\"QuizAnswer\">Sum() [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Eliminating multiple identical columns from a table is which normalization?\n<ol>\n<li class=\"QuizAnswer\">First [Correct!]<\/li>\n<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Third [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Eliminating repeated values from a table is which normalization?\n<ol>\n<li class=\"QuizAnswer\">First [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Second [Correct!]<\/li>\n<li class=\"QuizAnswer\">Third [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Ensuring no values are repeated in a database is which of the following?\n<ol>\n<li class=\"QuizAnswer\">First [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Third [Correct!]<\/li>\n<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Ensuring all fields relate directly to the table they are in is which normalization?\n<ol>\n<li class=\"QuizAnswer\">First [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Second [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Third [Correct!]<\/li>\n<li class=\"QuizAnswer\">Fourth [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">The CRUD actions are:\n<ol>\n<li class=\"QuizAnswer\">Compose, Read, Update, Delete [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Create, Read, Update, Destroy [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Create, Read, Update, Delete [Correct!]<\/li>\n<li class=\"QuizAnswer\">Copy, Read, Update, Drop [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Including all of the records in the first table of a join is done using:\n<ol>\n<li class=\"QuizAnswer\">Join all [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Left join [Correct!]<\/li>\n<li class=\"QuizAnswer\">Right join [Incorrect]<\/li>\n<li class=\"QuizAnswer\">None of these [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Queries can be placed inside of other queries.\n<ol>\n<li class=\"QuizAnswer\">True [Correct!]<\/li>\n<li class=\"QuizAnswer\">False [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">Which of the following is used to remove a record from a table?\n<ol>\n<li class=\"QuizAnswer\">Delete from [Correct!]<\/li>\n<li class=\"QuizAnswer\">Drop from [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Destroy [Incorrect]<\/li>\n<\/ol>\n<\/li>\n<li class=\"QuizQuestion\">MySQL requires which of the following to run?\n<ol>\n<li class=\"QuizAnswer\">Windows [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Linux [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Apple [Incorrect]<\/li>\n<li class=\"QuizAnswer\">Any of these [Correct!]<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<div class=\"quiz\">\n<h1 class=\"red_h\"><a class=\"quizlink\" href=\"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/chapter\/section-4-assessments\/\">Return<\/a><\/h1>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-173\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Shared previously<\/div><ul class=\"citation-list\"><li>The Missing Link. <strong>Authored by<\/strong>: Michael Mendez. <strong>Provided by<\/strong>: Open SUNY Textbooks. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/\">https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by-nc-sa\/4.0\/\">CC BY-NC-SA: Attribution-NonCommercial-ShareAlike<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":311,"menu_order":5,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc\",\"description\":\"The Missing Link\",\"author\":\"Michael Mendez\",\"organization\":\"Open SUNY Textbooks\",\"url\":\"https:\/\/textbooks.opensuny.org\/the-missing-link-an-introduction-to-web-development-and-programming\/\",\"project\":\"\",\"license\":\"cc-by-nc-sa\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"back-matter-type":[39],"contributor":[],"license":[],"class_list":["post-173","back-matter","type-back-matter","status-publish","hentry","back-matter-type-miscellaneous"],"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/173","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/types\/back-matter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/users\/311"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/173\/revisions"}],"predecessor-version":[{"id":290,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/173\/revisions\/290"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter\/173\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/media?parent=173"}],"wp:term":[{"taxonomy":"back-matter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/pressbooks\/v2\/back-matter-type?post=173"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/contributor?post=173"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/suny-the-missing-link-an-introduction-to-web-development-and-programming\/wp-json\/wp\/v2\/license?post=173"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}