Computer Science, asked by alkapatle28, 2 months ago

Write an SQL query to create a customer table (id, name, oid) with the following
constraints:
(1) id should be integer type and the Primary key.
(2) name should be character type and its default value should be 'NA'.
(3) old should be integer type and not null​

Answers

Answered by DeepakUgalePatil
0

something wrong when I write this answer so share this image

Attachments:
Similar questions