BASE_SALARY description: The base salary of an employee, representing their annual compensation before any additional forms of pay, such as bonuses or overtime. expr: BASE_SALARY data_type: NUMBER(38,0) sample_values: - '5299' - name: EMPLOYEE_ID description: Unique identifier for each employee in the organization. expr: EMPLOYEE_ID data_type: NUMBER(38,0) sample_values: - '98'