<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=SQL_programming_tool</id>
	<title>SQL programming tool - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=SQL_programming_tool"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=SQL_programming_tool&amp;action=history"/>
	<updated>2026-05-11T23:36:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=SQL_programming_tool&amp;diff=5273014&amp;oldid=prev</id>
		<title>imported&gt;Garrettwolfe: added an example of on etool</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=SQL_programming_tool&amp;diff=5273014&amp;oldid=prev"/>
		<updated>2025-06-04T17:02:58Z</updated>

		<summary type="html">&lt;p&gt;added an example of on etool&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{unreferenced|date=April 2010}}&lt;br /&gt;
In the field of [[software]], &amp;#039;&amp;#039;&amp;#039;[[SQL]] programming tools&amp;#039;&amp;#039;&amp;#039; provide platforms for [[database administrator]]s (DBAs) and [[application software|application]] developers to perform daily tasks efficiently and accurately.&lt;br /&gt;
&lt;br /&gt;
Database administrators and application developers often face constantly changing environments  which they rarely completely control. Many changes result from new development projects or from modifications to existing code, which, when deployed to production, do not always produce the expected result.&lt;br /&gt;
&lt;br /&gt;
For organizations to better manage development projects and the [[team]]s that develop code, suppliers of SQL programming tools normally provide more than facility to the database administrator or application developer to aid in database management and in quality [[Software deployment|code-deployment]] practices.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
&lt;br /&gt;
SQL programming tools may include the following features:&lt;br /&gt;
&lt;br /&gt;
===SQL editing===&lt;br /&gt;
&lt;br /&gt;
SQL editors allow users to edit and execute SQL statements. They may support the following features:&lt;br /&gt;
&lt;br /&gt;
* cut, copy, paste, undo, redo, find (and replace), bookmarks&lt;br /&gt;
* block indent, print, save file, uppercase/lowercase&lt;br /&gt;
* keyword highlighting&lt;br /&gt;
* auto-completion&lt;br /&gt;
* access to frequently used files&lt;br /&gt;
* output of query result&lt;br /&gt;
* editing query-results&lt;br /&gt;
* committing and rolling-back transactions&lt;br /&gt;
* inside cut paper&lt;br /&gt;
&lt;br /&gt;
===Object browsing===&lt;br /&gt;
&lt;br /&gt;
Tools may display information about [[database object]]s relevant to developers or to database administrators. Users may:&lt;br /&gt;
&lt;br /&gt;
* view object descriptions&lt;br /&gt;
* view object [[Data Definition Language|definition]]s (DDL)&lt;br /&gt;
* create database objects&lt;br /&gt;
* enable and disable [[database trigger|trigger]]s and [[database constraints|constraint]]s&lt;br /&gt;
* recompile valid or invalid objects&lt;br /&gt;
* query or edit [[Table (database)|table]]s and [[View (database)|view]]s&lt;br /&gt;
&lt;br /&gt;
Some tools also provide features to display dependencies among objects, and allow users to expand these dependent objects recursively (for example: packages may reference views, views generally reference tables, super/subtypes, and so on).&lt;br /&gt;
&lt;br /&gt;
===Session browsing===&lt;br /&gt;
&lt;br /&gt;
Database administrators and application developers can use session browsing tools to view the current activities of each user in the database. They can check the resource-usage of individual users, statistics information, locked objects and the current running SQL of each individual session.&lt;br /&gt;
&lt;br /&gt;
===User-security management===&lt;br /&gt;
&lt;br /&gt;
DBAs can create, edit, delete, disable or enable user-accounts in the database using security-management tools. DBAs can also assign [[database role|role]]s, system [[Privilege (computing)|privilege]]s, object privileges, and [[database storage|storage]]-quotas to users.&lt;br /&gt;
&lt;br /&gt;
===Debugging===&lt;br /&gt;
&lt;br /&gt;
Some tools offer features for the debugging of [[stored procedure]]s: [[program animation|step in]], step over, step out, run until exception, [[breakpoint]]s, view &amp;amp; set variables, view [[call stack]], and so on. Users can debug any program-unit without making any modification to it, including triggers and [[object type]]s.&lt;br /&gt;
&lt;br /&gt;
===Performance monitoring===&lt;br /&gt;
&lt;br /&gt;
Monitoring tools may show the database resources — usage summary, service time summary, recent activities, top sessions, session history or top SQL — in easy-to-read graphs. Database administrators can easily monitor the health of various components in the monitoring instance. Application developers may also make use of such tools to diagnose and correct application-performance problems as well as improve SQL server performance.&lt;br /&gt;
&lt;br /&gt;
===Test data===&lt;br /&gt;
&lt;br /&gt;
Test data generation tools can populate the database by realistic test data for server or client side testing purposes. Also, this kind of software can upload sample [[Binary large object|blob]] files to database.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===SQL Querying Examples===&lt;br /&gt;
&lt;br /&gt;
An example of a SQL Editor tool is [http://Getgalaxy.io Galaxy] - a modern SQL editor with an ai-copilot, sharing, and access controls. &lt;br /&gt;
==See also==&lt;br /&gt;
* [[Comparison of database administration tools]]&lt;br /&gt;
&lt;br /&gt;
{{DEFAULTSORT:Sql Programming Tool}}&lt;br /&gt;
[[Category:Data management]]&lt;br /&gt;
[[Category:Relational database management systems]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Garrettwolfe</name></author>
	</entry>
</feed>