Answer Posted / ammuk221
insert into emp values(serialno,'emp
name','hiredate',emppost,salary,deptno,commission);
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
What is @@error in sql?
Explain the relational database management system (rdbms)?
Where are SQL server users names and passwords are stored in sql server?
You want to implement the one-to-many relationship while designing tables. How would you do it?
whats the maximum size of view state??
Do comments need to go in a special place in sql server 2005?
What are the new data types are introduced in sql 2000?
how you can move data or databases between servers and databases in sql server? : Sql server administration
what is a sub-report?
Explain the stored procedure?
Explain how you can deploy an SSRS report?
How to bind a view to the schema of the underlying tables?
Introduction of rollup clause using sum and group by clause?
Difference between aggregate functions of sql?
What happens if null values are involved in bitwise operations?