I have installed the SQL Editor addon.
Where is the documentation? What is the database scheme? What tables are there and how are they linked
Playing around a bit, I noticed I can run something like
Code: Select all
select * from songs where artist ='Queen'
but, still, the questions remains: what is the database scheme? How are we supposed to know what to query?
I have installed the SQL Editor addon.
Where is the documentation? What is the database scheme? What tables are there and how are they linked
Playing around a bit, I noticed I can run something like
[code]select * from songs where artist ='Queen'[/code]
but, still, the questions remains: what is the database scheme? How are we supposed to know what to query?