Introduction To Linux II - Chapter 03 Exam Answers 2019 + PDF
Introduction To Linux II - Chapter 03 Exam Answers 2019 + PDF
[Updated Constantly]
HERE
https://itexamanswers.net/introduction-to-linux-ii-chapter-03-exam-answers.html
Computer Networking Tutorials-Labs-Tips, Exam & Answers
for Student & Beginners
change over time. The second table, employee_details, contains data that is
considered optional. The relationship
between employee_master and employee_details would most likely be a:
One-to-many relationship
One-to-one relationship
Many-to-many relationship
Many-to-one relationship
8. Records represent a group of information about an object. Records are represented as
__________ in a database table.
Rows
Columns
9. In the case of a many-to-many relationship between two tables, a third table is not
required to simplify the situation into two separate one-to-many relationships.True or
False?
True
False
10. Identify the correct Data Definition statement from the list below:
UPDATE statement
CREATE TABLE
INSERT statement
DELETE statement
11. The INSERT statement can add only one record at a time.True or False?
True
False
12. The following SQL command is run:
UPDATE people SET LastName=”Albert”;What is the problem with this statement?
Since there is no WHERE clause, it sets the last name of all the people in table
Syntax is incorrect, resulting in an error message
Data type has to be specified for LastName
Table name people should be capitalized
13. Which of the following statements INCORRECTLY describes the WHERE clause?
Used to reduce the result set
Can be used with the UPDATE, SELECT and DELETE statements
Wildcards cannot be used
NOT operator can negate the value of a comparison
14. It is risky to use a DELETE statement without a WHERE clause because:
https://itexamanswers.net/introduction-to-linux-ii-chapter-03-exam-answers.html
Computer Networking Tutorials-Labs-Tips, Exam & Answers
for Student & Beginners
https://itexamanswers.net/introduction-to-linux-ii-chapter-03-exam-answers.html
Computer Networking Tutorials-Labs-Tips, Exam & Answers
for Student & Beginners
https://itexamanswers.net/introduction-to-linux-ii-chapter-03-exam-answers.html