Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 9th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 4  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. I have mistake in database [closed]
  2. create table Ticket (
  3. ticket_id integer not null primary key,
  4. AirlineName varchar not null,
  5. CustomerName varchar,
  6. fromCity varchar,
  7. toCity varchar,
  8. fltNo integer,
  9. TicketDate date,
  10. Dtime TIME,
  11. Atime time,
  12. price integer);