Showing posts with label sql shortcuts key. Show all posts
Showing posts with label sql shortcuts key. Show all posts

Monday, June 6, 2016

sql server query shortcuts

In daily life developer needs to execute different type of sql query , Lets suppose that you want to fetch data from a table so for that the query will be "select * from table-name", As per on developer terms they executes selcet * query many times on daily basis. So for daily use these shortcuts will come handy to you.
 

Click on "Option" menu, Click on "Keyboard" menu item.



Click On "OK"



Now , write the table name, select that table name and press "ctrl+3" you employee table return data


You can create many of shortcut as per your need.