The field Tonnage is used in a shipping line database to store the cargo capacity (in Tons) of ships operated by the line. Example of valid Tonnage values are: 13908, 23675, 187890, 27510 Select a valid metadata for this field from the choices below
String
Date
numeric without decimal point
numeric float with one decimal point
Make a Update Query that will add the phrase "Free Champagne for this Preferred Guest" to the Comments field, but only if the guest stays for days or more.
Make a Update Query that will add the phrase "Free Champagne for this Preferred Guest" to the Comments field, but only if the guest stays for 8 yrs or more.
Make a parameter query thats allows the user to choose which birth month to display,. So when the use is prompted for birth month, they might type 3, for March, and only the records which have a Date of Birth (dd/mm/yyyy) in March, will display