SQL Database Concepts Question:
Download Job Interview Questions and Answers PDF
What is SQL Stored Procedure?
Answer:
- It is a set of T-SQL statements combined together to perform a single task formed by combining many small tasks.
- When you actually run a Stored procedure, a set of statements is run.
- When you actually run a Stored procedure, a set of statements is run.
Download Basic SQL Server Interview Questions And Answers
PDF
Previous Question | Next Question |
What is SQL COLLATION? | Explain ACID? |