Home » SQL & PL/SQL » SQL & PL/SQL » Not able to create a table using sql
Not able to create a table using sql [message #4305] Tue, 26 November 2002 01:54 Go to next message
santosh
Messages: 85
Registered: October 2000
Member
I am a newbie using sql and I am not able to create a table using sql, I also have questions on how to connect a Form that I created in Visual Basic to a table created using sql.

Plz Consider
Re: Not able to create a table using sql [message #4313 is a reply to message #4305] Tue, 26 November 2002 10:47 Go to previous message
ctg
Messages: 146
Registered: July 2002
Senior Member
why cant you create a table?
1) do not know how to write the sql to do it
2) getting error when you try execute the sql

CREATE TABLE tablename
(col1 datatype
,col2 datatype
...
,coln datatype)
TABLESPACE tablespacename;
Previous Topic: PL/SQL CHAR increment
Next Topic: Exclusive SQL
Goto Forum:
  


Current Time: Mon Apr 29 15:59:17 CDT 2024