Quick Select is an easy way of executing a SELECT statement against tables used in queries. You do not need to copy the name of the table to another query and type the SELECT statement. Quick select can be run from any query including scripted stored procedures, etc.
Within a query select the name of the table you would like to see data from and right click to display the context menu. Click on Quick Select.
All data from within the table will be displayed.