Creates a lightweight transaction Create query, only executed if a table with the given name is not found.
Creates a lightweight transaction Create query, only executed if a table with the given name is not found. If the target keyspace already has a table with the given name, nothing will happen. Cassandra will not attempt to merge, overrwrite or do anything, and the operation will be deemed successful, but have no side effects.
The name of the keySpace to target.
A create query executed with a lightweight transactions.