You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ It doesn't matter if you join our workshop live or you prefer to do at your own
20
20
21
21
To get the verified badge, you have to complete the following steps:
22
22
23
-
1. Complete the practice steps of this workshop as explained below. Steps 1-4 (account, tabular, document, key-value) are mandatory, step 5 (graph database) is optional. Take a screenshot of the last completed step for steps 2, 3 and 4. _NOTE: When taking screenshots ensure NOT to copy your Astra DB secrets!_
23
+
1. Complete the practice steps of this workshop as explained below. Steps 1-4 (Astra account + tabular/document/key-value databases) are mandatory, step 5 (graph database) is optional. Take a screenshot of the last completed step for steps 2, 3 and 4. _NOTE: When taking screenshots ensure NOT to copy your Astra DB secrets!_
24
24
<!-- x. Complete [try-it-out scenario](https://www.datastax.com/try-it-out) and make a screenshot of the "scenario completed" screen -->
25
25
2. Submit the practice [here](https://dtsx.io/nosql-ws-hw), answering test questions and attaching the screenshots.
26
26
@@ -75,14 +75,14 @@ In Astra DB go to CQL Console to enter the following commands
75
75
76
76
-*Enter the command*
77
77
```sql
78
-
describe keyspaces;
78
+
DESCRIBE KEYSPACES;
79
79
```
80
80
81
81

82
82
83
83
**✅ 2b. Create table**
84
84
85
-
-*Execute the following Cassandra Query Language*
85
+
-*Execute the following Cassandra Query Language commands:*
86
86
87
87
```sql
88
88
USE nosql1;
@@ -98,7 +98,7 @@ CREATE TABLE IF NOT EXISTS accounts_by_user (
0 commit comments