You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
USE Study
|
|
GO
|
|
|
|
INSERT INTO EMPTEST
|
|
VALUES (50, '홍길동', 'staff', NULL, '2022-01-01', 500, 30, 10)
|
|
|
|
INSERT INTO EMPTEST (ENO, ENAME)
|
|
VALUES (51, '심청이')
|
|
|
|
INSERT INTO EMPTEST
|
|
VALUES (52, '임꺽정', NULL, NULL, NULL, NULL, NULL, NULL) |