Create Table-less Schemas
Learn how to create table-less schemas.
We'll cover the following
Create two schemas
We’ll create two new table-less schemas to solve our problem—one for SoloArtist
and another for Band
. We’ll use these schemas to collect user input and then translate them into Artist
records when it’s time to store them.
First, let’s set up our new schemas.
Get hands-on with 1400+ tech skills courses.