Hi all,
I can’t seem to view the data sets in the SQL courses, do you know how can i go about doing it?
Thanks.
Hi all,
I can’t seem to view the data sets in the SQL courses, do you know how can i go about doing it?
Thanks.
Hi
Since ‘chinook.db’ is a database file. you won’t be able to see the data in the preview here. You’ll have to use sql commands to view the data in a particular table.
You can use SELECT * FROM <TABLE_NAME> to see data in the table.
Thanks