0
- Python python tips
- Python R [The Flawless Pipes of Python/ Pandas][2]
- Python [Global Maintainer Summit 2021: Mariatta Wijaya-The Bots of CPython][3]
- T-SQL to view all kinds of schema information on DBO's in a database use this quick query
USE FMDShop
SELECT *
FROM INFORMATION_SCHEMA.TABLES
WHERE table_name LIKE '%StartingList%'
ORDER BY table_name