Feel free to ask any queries you have about any IT subject's
coursework in the lead up to the exams - this can be questions about the content itself or explanations regarding trial exam questions.
This is for both IT:A and IT:SD.
I will edit this post with questions and best answers as it arises.
Databasesinput masks - are used when you want people to enter data is a specific way. This restricts them from entering data that is not needed. commonly used with telephones and post codes.
primary key - unique identification of a particular ROW. When linking with another table, you must have a unique primary key (hence the word unique, and the "1", because there is only one). The infinity symbol is where you have more than one columns which you can relate to.
linking table - refer to
this post. These are used only to implement many-to-many relationships in a database.
Data type for phone numbers - phone numbers should be text as they can have () for area codes. Also with numeric, it means they are numbers and thus we could do some statstical work on the data in the records. Don't think we want to do that with a mobile number.