answersLogoWhite

0

How do you create a table in oracle9i?

Updated: 8/16/2019
User Avatar

Wiki User

13y ago

Best Answer

create table EMP(

E_NAME VARCHAR2(10)

E_LOC VARCHAR2(10)

E_SAL NUMBER(5.2)

E_DEPT VARCHAR2(10));

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a table in oracle9i?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is nested tables in oracle9i?

multi-column nested table where customers can have multiple addresses


What command is used to create a table?

Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);


Which command is used to create a table?

CREATE TABLE command is used to create table. Syntax of creating a TABLE is: CREATE TABLE ( [] []); ex: create table emp (ecode integer, ename char(20));


How do you create a table in dreamweaver?

using the mysql command "create table table_name" we can create a table in dreamweaver.


Best book for introduction to Oracle 9i SQL?

Oracle9i The Complete Reference


When you create a new database which object is created first?

In Access, when you create a new database, a table is created first.


Which one is a system privilege a select b delete c execute d alter table e create table?

Create table


What is the different between a view and a create view?

View is a virtual table that do not have any data of its own but have data that is derived from another table called base table. Create view is the command used to create a view (virtual table).


How you create table in c language?

The simplest way to create a table in C is to use a two-dimensional array.


Can you able to create table using css?

You can style a table in CSS, HTML is what you would use to create it though.


How is a table made up in a database?

A table in database can be created using create table command . Create command comes under data manipulation language.


What is maximum number of non clustered index created in a table and in a database?

you can create max. 249 ncli in a table you can create max. 249 ncli in a table