Your browser does not support JavaScript!

Refer to table 1.0, suppose that user insert the following values using the statement below what would be the possible output?INSERT INTO ORGCHART (ID, NAME)VALUES (11,'YAMBAO,JUN'); 

  • The ORG and POSITION of YAMBAO will automatically sets to NULL Correct
  • The ORG and POSITION of YAMBAO will automatically sets to None
  • Cannot insert the record because of missing values for ORG and POSITION
  • The ORG and POSITION of YAMBAO will automatically sets to N/A
Similar IT-6202 questions