ICP 7 - bhargavi1411/BigDataProgramming GitHub Wiki
Name : Bhargavi Saipoojitha Chennupati
Class ID : 4
Topic
Cassandra
cqlsh is a command line shell for interacting with Cassandra through CQL.
A KEYSPACE is created with the name 'test'.
PROBLEM-1:-
List the employeeID,ename,jobtitle,hiredate of the employee from the employee table.
We have created an employee table with attributes ID,Name,Job title,Hire Date.
We have inserted the values into the employee table.
Displayed the created employee table.