Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
There are 2 tables: student & result
Btw using "select * from information_schema.tables" can get you a list of tables on any SQL kata
There are 2 tables: student & result
Btw using "select * from information_schema.tables" can get you a list of tables on any SQL kata
There... no bitwise ;)
lul, cant figure it out ?
Bitwise feels like cheating but I'm still technically not using "&&" and "||"!
Added tests and made the classes static/public and now runs
This comment is hidden because it contains spoiler information about the solution