Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Madeline Ross   on Sep 18 In Java Category.

  
Question Answered By: Grady Stewart   on Sep 18

Looking at your SQL statement:<br><br>create
table COFFEES2 (COFFEE_NAME2 VARCHAR (32), Make,
flavour)<br><br>The Make and flavour fields have no type definition.
See how COFFEE_NAME2 is of type VARCHAR? Each field
you define has to have a type definition similar to
this. I suggestion that you either get a book or do
some research on SQL statements in order to understand
how SQL works.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Not able to create other table Or get search suggestion and latest updates.


Tagged: