Toad generate create table statements from existing table

Is there a way to use toad to generate create table statements from existing table?

Yes, you can find the table in the schema browser, select it, and then look at the "Script" tab on the right.

If you want to get scripts for several tables, you can

  1. Go to Schema Browser and select all of the tables that you are interested in
  2. Right-Click and choose Create -> Script