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, 2631🔥, 0💬
Popular Posts:
How To Change the Name of a Database User in SQL Server? If you want to change the name of an existi...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
What are single-byte character string data types supported in SQL Server Transact-SQL? Single-byte c...
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...