|
Select top 20 from table_name
or
Select * from table_name where count(*) <=20
|
|
|
DROP command will delete the data as well as destroy the structure of the table. Once applied the ta....
|
|
|
INTEAD OF Triggers are the procedures whih are executed in place of a specific DML command which is ....
|
|
|
|
|
To mark the end of the T-SQL batch statements GO command is used. Its should be kept in mind that GO....
|
|