SQL Server Interview Questions and Answers
SQL Server Interview Questions and Answers
SQL Server Interview Questions and Answers
Insert and Delete tables are created when the trigger is fired for any DML command. Those tables are
called Magic Tables in SQL Server. These magic tables are used inside the triggers for data transaction.
Multiple column sub query which returns multiple columns to the main query. With that sub
query result, main query will be executed.
7. What is a Trigger?
Triggers are used to execute a batch of SQL code, when insert or update or delete commands are
executed against a table. Triggers are automatically triggered or executed when the data is modified. It
can be executed automatically on insert, update and delete operations.
9. What is a Collation?
Collation is defined to specify the sort order in a table. There are three types of sort order –
1. Case Sensitive (CS)
2. Case Insensitive (CI)
3. Binary