SQL sp_help
SQL Sp_help is part of database engine stored procedures ,which returns information about a database object or a data type.
![]()
SQL Sp_help is part of database engine stored procedures ,which returns information about a database object or a data type.
![]()
SQL ALTER TABLE statement is used to modify the data type of a column , add a new column ,delete an old column from table and add a new constraints and remove an existing constraints on table.
![]()