Sql insert không được: SQL Error: ORA-02290: check constraint (SYSTEM.SYS_C0010167) violated

mọi người cho hỏi, khi em insert thoong tin vào 1 table trong sql nó ra lỗi này, mn giải thích giúp em với

Error starting at line 1 in command:
insert into nhan_vien values (1,123456789,'[email protected]','20-9-2012',0123456789,8542156985,1,'Gia Cat Luong')
Error report:
SQL Error: ORA-02290: check constraint (SYSTEM.SYS_C0010167) violated
02290. 00000 - "check constraint (%s.%s) violated"
*Cause: The values being inserted do not satisfy the named check
*Action: do not insert values that violate the constraint.

đọc kỹ message đi bạn :v

INSERT INTO table_name (column1, column2, column3, …)
VALUES (value1, value2, value3, …);

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?