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 transaction server distributed transaction?
What is bcp? When does it used?
List the different types of joins?
What is the function of inner join?
Explain the concept of recursive stored procedure.
What is the difference between NOROW and LOCKROW?
How do I view a script in sql server?
What is the use of stored procedure?
When multiple after triggers are attached to sql table, how to control the order of execution?
What are clustered and non-clustered index?
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
What is field with example?
Define Joins?
What are the properties of the transactions?
Can a unique index be created on a column, which contains null?