| PropertiesBy right-clicking on
            an item in the bookmark view, you can review the properties of the
            items. Tables and views provide information about the columns that are
            available. 
 You can also review the indices on a table, to find out how well
            optimized your query might be. 
 Lastly, one of the things that almost every developer needs to be
            able to do is to find all the references to a particular table. This
            property page shows the foreign key relationships that a table has
            with other tables, as well as the foreign key relationships that
            other tables have to it. 
 There are also database properties that can be reviewed, such as
            a list of all the data types that a database supports. 
 |