Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the syntax to create keyspace in Cassandra?
Home
Cassandra
What is the syntax to create keyspace in Cassandra?
0
votes
asked
Jan 2, 2023
in
Cassandra
by
sharadyadav1986
What is the syntax to create keyspace in Cassandra?
keyspace-cassandra
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 2, 2023
by
sharadyadav1986
Syntax for creating keyspace in Cassandra is
CREATE KEYSPACE <identifier> WITH <properties>
...