The Query Builder enables you to create a query without writing or editing SQL statements. Even if you are familiar with SQL, the graphical interface makes it easier to create relationships and visualize the query. Learn how to build queries in the Query Builder.
Related Articles
Toad templates
DID you know that TOAD comes with a ton of code templates? These templates often have substitution variables as well. CTRL+ Space bar signals ALL of the templates. You can type in a template name,...
Going Back to the Future with Spotlight
As a former DBA, I don’t like surprises. DBAs always want to know ahead of time if an issue is about to occur or is occurring, and we never want to be surprised by hearing there is an issue. When a de...
Python for Data Science – Importing XML to Pandas DataFrame
In my previous post, I showed how easy to import data from CSV, JSON, Excel files using Pandas package. Another popular format to exchange data is XML. Unfortunately Pandas package does not have a fun...
