How To Create a Table Interactively?
Submitted by: AdministratorIf you don't want to use SQL statements to create a new table, you use SQL Developer to create one interactively. Follow the steps below to create a new table called: TIP
► Right-click on the Tables in the object tree area.
► Select Create TABLE. Create Table window shows up.
► Enter Name as: TIP
► Enter Column Name as: ID, for column 1.
► Select Type as: INTEGER, for column 1.
► Click Primary as: Checked, for column 1.
► Click Add Column to add column 2.
► Enter Column Name as: SUBJECT, for column 2.
► Select Type as: VARCHAR2, for column 2.
► Select Size as: 80, for column 2.
► Click OK.
Submitted by: Administrator
► Right-click on the Tables in the object tree area.
► Select Create TABLE. Create Table window shows up.
► Enter Name as: TIP
► Enter Column Name as: ID, for column 1.
► Select Type as: INTEGER, for column 1.
► Click Primary as: Checked, for column 1.
► Click Add Column to add column 2.
► Enter Column Name as: SUBJECT, for column 2.
► Select Type as: VARCHAR2, for column 2.
► Select Size as: 80, for column 2.
► Click OK.
Submitted by: Administrator
Read Online Oracle Database Job Interview Questions And Answers
Top Oracle Database Questions
☺ | How To Use "OUT" Parameter Properly? |
☺ | How Run SQL*Plus Commands That Are Stored in a Local File? |
☺ | How To Create a Stored Procedure in Oracle? |
☺ | What Is the Relation of a User Account and a Schema? |
☺ | What Happens to Indexes If You Drop a Table? |
Top DB Oracle Categories
☺ | Oracle PL-SQL Interview Questions. |
☺ | Oracle DBA Interview Questions. |
☺ | Oracle D2K Interview Questions. |
☺ | OCI Interview Questions. |
☺ | Oracle RMAN Interview Questions. |