📄SQL Datasets
We have created an SQL database containing various datasets in their respective tables for you to access via power bi, excel or python for practice. You are given free readonly access. Use datasets in this database freely.
How to Access
You can use following read only credentials to access the database. With these credential, you can not edit the database. All tables are accessible using this username and password.
Server Type: SQL
Server Address: 66.165.248.146
Database Name: datasets
User Name: dspub
Password: 6ke01Eu4#
After connecting to the database, use following SQL command, to get the list of all tables, and their columns.
select Table_Name, Column_Name, Data_Type, Character_Maximum_Length, Numeric_Precision from information_schema.columns