Computer Science, asked by nituarunsharma31, 11 days ago

Define table and column constrains.

Answers

Answered by srikantkumar87
0

Answer:

Column constraints and table constraints have the same function; the difference is in where you specify them. Table constraints allow you to specify more than one column in a PRIMARY KEY, UNIQUE, CHECK, or FOREIGN KEY constraint definition.

Similar questions