can i create a table with a table in sqlite database code example
Example: sqlite create table if not exists
CREATE TABLE IF NOT EXISTS [schema_name].table_name (...);
CREATE TABLE IF NOT EXISTS [schema_name].table_name (...);