## Description <!-- (Required): Please describe the documentation request. --> External table: ``` CREATE EXTERNAL TABLE basic FROM cassandra OPTIONS ( host = 'my.host', keyspace = 'test', table = 'bikeshare_stations' ); ``` External db: ``` CREATE EXTERNAL DATABASE db FROM CASSANDRA OPTIONS ( HOST = 'my.host', ); ``` And `read_cassandra`.
Description
External table:
External db:
And
read_cassandra.