- Oracle SQL Developer
- Ajith Narayanan
- 186字
- 2021-07-16 09:39:02
Chapter 2. Database Connections and SQL Worksheet
In SQL Developer, one of the most important navigation windows is the Connections window pane. This is the window where we have all our predefined database connections. Once we have added the required connection definitions to the databases, we can quickly launch the connections to the databases and start working. Another important fixed window after making database connections is the SQL Worksheet window. The SQL Worksheet provides a scratch pad for all SQL, PL/SQL, and SQL*Plus statements and commands. You can run individual statements or a collection of commands. You can also run scripts and execute PL/SQL. In essence, you can do all you might do in a command-line interface like SQL*Plus. The SQL Worksheet provides more; it offers code templates, code snippets, assists with code insight and completion, and maintains a history of commands. In this chapter, we will look at the connections window and other features offered in the SQL Worksheet and how to use them. We will use SQL and SQL*Plus commands to illustrate features, using PL/SQL only where needed specifically for a feature.
- 新編Visual Basic程序設計上機實驗教程
- TypeScript Blueprints
- Learning SAP Analytics Cloud
- SQL for Data Analytics
- JavaScript前端開發與實例教程(微課視頻版)
- 劍指MySQL:架構、調優與運維
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(入門與提高篇)
- BeagleBone Black Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- 21天學通C++(第5版)
- Node.js 12實戰
- Go語言開發實戰(慕課版)
- IoT Projects with Bluetooth Low Energy
- JSP程序設計與案例實戰(慕課版)
- Learning Bootstrap 4(Second Edition)