Skip to main content

Posts

Featured

ORACLE SQL DEVELOPER 13 Most Useful FEATURES ,TIPS & TRICKS

ORACLE SQL DEVELOPER  is the most popular tool in the world .It is widely used by database developers both in IT and Manufacturing Multi National Companies. Many of us use ORACLE SQL DEVELOPER in our day to day work life but we do not bother to navigate the interesting smart features it holds and end up using the default features enabled  .  This blog covers the most useful features which you can learn and apply them to work .So take the full advantage of the SQL Developer features to work smartly and efficiently .  1. Comment / Uncomment SQL statement     Single line comments in SQL Developer begin with two hyphens (--) followed by text of the comment. But there is a another way to do that , ctrl + forward slash would allow you to comment and uncomment the SQL statements  .  Shortcut key : ctrl + /  2 . Export data  The data in the results pane is copied using ctrl+c and lets say we paste it in excel sheet  , here we get only ...

Latest posts