Answer Posted / sirisha
Batch is nothing but a set of sql statments that are
executed at time (all the stmts will be exceuted or none(if
any error encountered))
eg:
use [database]
GO
select empname from employee
insert employee(empno,empname)
select empno =1
,empname ='A'
GO
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What is importing utility?
What is view in sql?
What is the difference between function and stored procedure in sql server?
What is apply operator in sql?
What is model database? : SQL Server Architecture
What are audit control procedures?
What is difference between delete & truncate commands?
How to change the password of a login name in ms sql server?
How do you clear a log file?
Do you know the cursor optimization tips?
What is similarity and difference between truncate and delete in sql?
Differentiate between ms sql server reporting services vs crystal reports?
How to create a new table in a given schema?
How can we rewrite sub-queries into simple select statements or with joins?
What is the use of for clause?