When creating a database, what should be the data type of "address" field?
When creating a database, what should be the data type of "address" field?
جب ڈیٹا بیس بناتے ہو تو ، "ایڈریس" فیلڈ کی ڈیٹا کی قسم کیا ہونی چاہئے؟
Explanation
The address field contains letters, numbers, and symbols (e.g., "House #42, Street 8").
So, it must be stored as an alpha-numeric data type to handle such mixed content.