Given a record contains 4 attributes as the following: ID…
Given a record contains 4 attributes as the following: ID length = 3 bytes (fixed length) NAME variable length AGE length = 2 bytes (fixed length) SALARY length = 5 bytes (fixed length) POSITION variable length What is the structure of the record (variable length record) for the following information? ID = 199 NAME = Paul Browns AGE = 60 SALARY = Null POSITION = Data Engineering Notes: Null is a null character.