Blends Record Company

October 5, 2006 at 2:58 pm (Uncategorized)

Field Name Data Type Field Length Validation Description
 ID        
 Artist  text  25    preferred name
 Surname  text  25    
 Forename  text  25    
 Date of Birth  date  10  <=now()  
 When Signed  date  10  <=now()  
 When contract expires  date  10  >=now()  
 Music genre  text  25    preferred genre
 Gender  text  1    
         
         
         
         
         
         
Advertisement

1 Comment

  1. curtt1 said,

    This is a good start to your database. I like the way you have used now() in your validation. To improve further you need to add some other validations (maybe one for a text field and one for a number field) and make sure that ID has an autonumber datatype.

    Grade 3: Good

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.