Create a simple definitions table with words and their definition.
Add 185 random tech related definitions to the definitions table (generated by AI).
Create tables to handle blog articles and their related comments.
Add 10 articles and 10 related comments in the already created articles and comments tables.
Select all articles title and content and create a comments column with all comments as a JSON.
Create tables products and customers with a commands joining table to track bought products.
Add some products, customers and commands to the miniShop tables.
Add some select examples for the miniShop snippet.
List all tables in your database.