How to add new employee details in an employee_details table with the following details
Answer Posted / Sushama
To insert a new row into the employee_details table, you can use the INSERT INTO statement. Replace the table name and column names with your specific table details.nnExample:nINSERT INTO employee_details (employee_id, first_name, last_name, department) VALUES ('new_employee_id', 'NewFirstName', 'NewLastName', 'NewDepartment');
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we rollback truncate?
how many tables will create when we create table, what are they? : Sql dba
what is sql server agent? : Sql dba
What is your daily office routine?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
what is bcp? When does it used? : Sql dba
Do we need to rebuild index after truncate?
Does group by remove duplicates?
what is dbms? : Sql dba
Is inner join faster than left join?
Can delete statement be rollbacked?
what are the advantages of sql ? : Sql dba
Can we use distinct and group by together?
What is the best sql course?
what are aggregate and scalar functions? : Sql dba