Question: What is the syntax to load data into the table? (Consider D as a table and a, b, c as data) A. enter into

What is the syntax to load data into the table? (Consider D as a table and a, b, c as data) A. enter into D (a, b, c); B. insert into D values (a, b, c); C. insert into D (a, b, c); D. insert (a, b, c) values into D; When the table is joined with itself, the type of join is called...........? A. Union B. Right Outer Join C. Left Outer Join D. Self-Join The address field of a person table should not be part of the primary key since it is likely A. Dependent B. Changed C. Text D. Too long The term attribute refers to a A. Record B. Column C. Tuple D. Key The term A. Attribute B. Tuple C. Field D Instance is used to refer to a row. of a table. E
Step by Step Solution
3.40 Rating (150 Votes )
There are 3 Steps involved in it
Answer Answer 1 Option b Insert into D values a b c Expla... View full answer
Get step-by-step solutions from verified subject matter experts
