Hello all,
I am currently creating a small table in Oracle and am unsure of which data type to choose for a particular column.
The column is labelled 'stay' and I would like it to contain only these values 'Short', 'Medium' and 'Long'. The end goal is to have these values in a drop down list within a form.
Am I right in picking a data type of 'char(6)' here?
Is it then possible to use Oracle form builder to make this into a list of values?
Thank you for your time.