Computer Science, asked by asifjohnson67081, 10 months ago

Why can't he use Varchar datatype to crate field pincode

Answers

Answered by MrityunjaySharmaa
1

Answer:

A varchar or Variable Character Field is a set of character data of indeterminate length. The term varchar refers to a data type of a field (or column) in a Database Management System which can hold letters and numbers.

But pincode contains all unique characters which doesn't match with each other. So, we should use Number datatype setting it as primary

Similar questions