blackberry - bb 10 cascades sqlite relationship table -


i need create 2 tables like,

table name-1

 id                              : primary kay(integer)                             name                         : string   status                        : boolean    datetime                    : data time 

table name-2

 id                             : feign-key (id of table name-1 primary key)        symbol_id                : string 

there should feign-key relationship between table-1 , table-2

how create tables , insert data , delete , read data them !!!


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -