├── .gitattributes ├── heros.sql ├── heros_data_with_structure.sql ├── heros_play.sql └── heros_temp.sql /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cystanford/sql_heros_data/HEAD/.gitattributes -------------------------------------------------------------------------------- /heros.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cystanford/sql_heros_data/HEAD/heros.sql -------------------------------------------------------------------------------- /heros_data_with_structure.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cystanford/sql_heros_data/HEAD/heros_data_with_structure.sql -------------------------------------------------------------------------------- /heros_play.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cystanford/sql_heros_data/HEAD/heros_play.sql -------------------------------------------------------------------------------- /heros_temp.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cystanford/sql_heros_data/HEAD/heros_temp.sql --------------------------------------------------------------------------------