Suppose a record has the following fields in this order: A character string of length 15, an integer of 2 bytes, a SQL date, and a SQL time (no decimal point).
How many bytes does the record take if:
Fields can start at any byte.
Fields must start at a byte that is a multiple of 4.
Fields must start at a byte that is a multiple of 8.