Could a database administrator override the largest value that a bigint datatype could hold (making it smaller than what is listed in the documentation)?
Could a database administrator override the largest value that a bigint datatype could hold
Share
Yes, you could put a check constraint on the column
example
You could also use a trigger to restrict it but that is overkill