Shortcut Key To Get The All Table Related Information

To get the table related information, first select your table name from query Window and then press "Alt+ F1". You will find all the information like table column with the data type, table creation date, user name and all constraint related information.
 
Example
 
 
 This shortcut "Alt+ F1" is similar to "sp_help" stored procedure. You can get the similar result, using the "sp_help".
 
Syntax
 
sp_help Table_Name 
 
Example