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, 2880🔥, 0💬
Popular Posts:
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
Is SQL Server Transact-SQL case sensitive? No. Transact-SQL is not case sensitive. Like the standard...
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
What Happens to the Current Transaction If a START TRANSACTION Is Executed in MySQL? If you are in a...