This is a discussion on newbie question about creating DataBases and Tables within the DB2 forums, part of the Database Server Software category; --> How can build a database and tables from a command line? Also, How can I create indexes from the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| ja wrote: > How can build a database and tables from a command line? Also, > How can I create indexes from the command line? > > I have db2 8.1 and win 2003 server. > > TIA > > ja Investigate CREATE DATABASE, CREATE TABLE and CREATE INDEX commands - consult online documentation available at: http://publib.boulder.ibm.com/infoce...help/index.jsp Jan M. Nelken |
| ||||
| Go this website: http://publib.boulder.ibm.com/infoce...help/index.jsp and search on: create table examples create database examples create index exsamples ja wrote: > How can build a database and tables from a command line? Also, > How can I create indexes from the command line? > > I have db2 8.1 and win 2003 server. > > TIA > > ja |