How we create a tables in db2,what is the process/syntax to
create a table with example plz?
Answers were Sorted based on User's Feedback
Answer / dba
Its very much similar as we sue in other DB
Syntax: CREATE TABLE EMPLOYEE(EMP_ID CHAR(10), NAME VARCHAR(20))
The syntax is usful only in command center
But from GUI its more easier to create table
| Is This Answer Correct ? | 14 Yes | 5 No |
Answer posted by Dba is correct.
But in real time schenario we should be more specific.
eg:
CREATE TABLE SCHEMA.TABLENAME
(column1 DATATYPE,
column2 DATATYPE,
column3 DATATYPE)
IN tablespace_name
INDEX IN index_tablespace;
so try to follow this syntax (u can have more options with
this command like u can even specify the tablespace name wr
do u want to store ur LONG object 'LONG IN
long_tablespace' )
Cheers,
Ratheesh Nellikal
| Is This Answer Correct ? | 6 Yes | 0 No |
what is difference between Plan and Package
What are the functions of Bind?
What are the three types of page locks that can be held?
EXPLAIN has output with MATCHCOLS = 0. What does it mean?
What statistic will tell the DBA how must space can be reclaimed from dropped table spaces on the next reorg run?
What is the information associated with sysibm.syslinks table?
What is catalog database in db2?
How can you display the current date & current time ?
can you use symbolic parameters in JOB?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
How to define the a field which accepts value till 99999.99 in db2
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?