Hiya,
Creating a database is fairly simple.
The syntax is CREATE DATABASE (database name)
You can add options, such as "WITH LOG ON" and name the segment where you want your transaction log help.
For more information, use an Internet search engine and look for "SQL CREATE DATABASE" and you should find some useful pages.
Tim