0
Como puedo visualizar mis cĂłdigos sql?
En el apartado mis cĂłdigos no sale sql...đ„
3 RĂ©ponses
+ 1
Do you mean you see âyour code goes hereâ in the exercise?
It means you have to write your own code below it.
And then hit âRUNâ on the upper right corner, and it will tell you if the code works as expected or not.
+ 1
There is no direct method to create SQL code bits in here.
You best bet is to use the code playground in SQL course, playing with the tables already created for you.
If you know python, you can import sqlite3 and make a database in memory. It is an advance topic and you can search âpython sqliteâ to look for documentation.
0
Nono, I mean that in mi codes there isn't a section that says sql , where I can make my codes from sql