query = """
        CREATE TABLE if not exists vklad_trans like bank.trans
        """
# in this query we are creating a table call vklad_trans with 'if not exists'