...
Install Schema/Upgrade Schema: https://vi-magentowww.cloudways.com/blog/taosetup-bangscripts-trongin-magento-voi-setup-script2/
It is old and already deprecated in lastest Magento. Now, you should use Declarative Schema to add/modify the table in database for your module
Declarative Schema:
https://devdocsdeveloper.magentoadobe.com/commerce/guidesphp/v2.4/extension-dev-guidedevelopment/components/declarative-schema/
Exercise:
Create new module, use Declarative Schema to create table with the following schema:
...
...
Use Schema Patch to add column: Age, Country to the artistsCreate another module, use the Install Schema, Upgrade Schemaactor https://developer.adobe.com/commerce/php/development/components/declarative-schema/patches/