Collections:
Work with Data Objects Interactively in Oracle
How To Work with Data Objects Interactively in Oracle?
✍: FYIcenter.com
You can work with data objects through SQL statements in statement area. If you want to work with data objects interactively, you should use the object browser. The following tutorial steps help you to browse data objects:
Once a table opened, SQL Developer offers you many views on this table, like Columns, Data, Indexes, Constraints, Statistics, Triggers, etc.
⇒ Retrieve CREATE TABLE Statement with SQL Developer in Oracle
⇐ Run SQL*Plus Commands in SQL Developer in Oracle
2018-10-08, 2520🔥, 0💬
Popular Posts:
How To Break Query Output into Pages in MySQL? If you have a query that returns hundreds of rows, an...
How to convert a JSON (JavaScript Object Notation) quoted string into a regular character string usi...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...