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

SubashPosted Sep 15, 2016, 12:27 AM
Good info for begineers
Gaurav YadavPosted Sep 12, 2016, 3:12 AM
Nice article..
Anu VPosted Sep 12, 2016, 2:46 AM
Nice..