Database object's DDL, data, and location in Database Explorer

Press &shortcut:GotoDeclaration; to open the DDL of the selected object. For example, if you press this shortcut on a table's name in the SELECT statement, you will see the DDL of this table (the CREATE TABLE statement).

Press &shortcut:EditSource; to open the object data. For example, if you press this shortcut on a table's name in the SELECT statement, you will see the contents of the table.

Press Alt+Shift+B to navigate to the object in the Database Explorer tool window.