Microsoft
98-364 · Question #160
You have the following table definition: - CREATE TABLE Product - (ProductID INTEGER, - Name VARCHAR(20)) You need to insert a new product. The product's name is Plate and the product's ID is 12345…
The correct answer is D. Option D. See the full explanation below for the reasoning.
Question
You have the following table definition:
- CREATE TABLE Product
- (ProductID INTEGER,
- Name VARCHAR(20))
You need to insert a new product. The product's name is Plate and the product's ID is 12345. Which statement should you use?
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(28 responses)- A4% (1)
- B7% (2)
- C18% (5)
- D71% (20)
Community Discussion
No community discussion yet for this question.