-
One of my tracks in Codewars is SQL. For most SQL kata, they come with given tables prepopulated with data. For other languages, I find it easier to troubleshoot potential solutions on my laptop locally, then copy and paste them to the Codewars website for the attempts. For each SQL kata, is it possible to download the tables/data to my laptop, and if so, how do I do it? |
Beta Was this translation helpful? Give feedback.
Answered by
kazk
Jun 24, 2021
Replies: 1 comment
-
No, it's usually dynamically generated in the tests written in Ruby. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
halpert3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, it's usually dynamically generated in the tests written in Ruby.