안드로이드 스튜디오에서 sql문 짜보는데 

처음해보는 늒네라 도대체 뭐가 틀렸다는건지를 모르겠음 


goodsSqlDB.execSQL("INSERT INTO goods VALUES ( '"
+ "아메리카노" + "' , '" + "5000" + "' , '"
+ edtAmericanoNum.getText().toString() + "');");db.execSQL("CREATE TABLE goods (goodsName CHAR(20) primary key, price INTEGER(15), goodsAmount CHAR(30));");


에러메세지

android.database.sqlite.SQLiteException: no such table: goods (code 1): , while compiling: INSERT INTO goods VALUES (  '아메리카노' , '5000' , '3');





두시간동안 이거때문에 쩔쩔매고있음.. 

미치겠네