Hi There,
Just want to check, whether can we create multiple table using same database in SQL but with different name for each table?
If yes, than how to do it? If not, than what the best way to create.
In my program, user can start new activity or continue previous activity. I want to create new table for every new activity and store it in database to use the table in future.
Pls explain. Thank you for your valuable time.
Just want to check, whether can we create multiple table using same database in SQL but with different name for each table?
If yes, than how to do it? If not, than what the best way to create.
In my program, user can start new activity or continue previous activity. I want to create new table for every new activity and store it in database to use the table in future.
Pls explain. Thank you for your valuable time.