Advertisements
Advertisements
प्रश्न
Write an SQL Query to insert the following data into the EMPLOYEES table: 101, Ravi Kumar, 2015-06-01, 1.70.
कोड लेखन
Advertisements
उत्तर
INSERT INTO EMPLOYEES (EmployeeID, EmpName, HireDate, Salary_in_Lacs)
VALUES (101, 'Ravi Kumar', '2015-06-01', 1.70);shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
