I have a column in my database that always starts in the same way, for example let's say it always starts with "ABCD" and then some number Is it possible to create a CONSTRAINT within the database so that it does not allow to enter values that do not start with "ABCD"? o Should I do this already at the code level of the application that connects to the database?
Thanks for your help.