I need to create two 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 which is primary key)
Symbol_ID : String
There should be feign-key Relationship between Table-1 and Table-2
how to create tables , insert data , delete and read data from them !!!