Could a database administrator override the largest value that a bigint datatype could hold (making it smaller than what is listed in the documentation)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
Yes, you could put a check constraint on the column example
You could also use a trigger to restrict it but that is overkill |
||||
|
|
|
no, but you can create a check yourself so values wont exceed a certain value, like this:
|
|||
|
|