0% found this document useful (0 votes)
67 views1 page

Act 1

1. A Participants table was created in Sqlyog with fields for ParticipantID, AccountNumber, AccountDate, FullName, HomePhone, CellPhone, EmailAddress, and IsAnAccountManager. 2. The IsAnAccountManager field was added between EmailAddress and Notes to indicate if the participant is an account manager. 3. The Participants table was populated with 12 records including fields for account number, date, name, email, and whether or not they are an account manager.

Uploaded by

Fre Docs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views1 page

Act 1

1. A Participants table was created in Sqlyog with fields for ParticipantID, AccountNumber, AccountDate, FullName, HomePhone, CellPhone, EmailAddress, and IsAnAccountManager. 2. The IsAnAccountManager field was added between EmailAddress and Notes to indicate if the participant is an account manager. 3. The Participants table was populated with 12 records including fields for account number, date, name, email, and whether or not they are an account manager.

Uploaded by

Fre Docs
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Name: __________________________ Course/Section: _____________ Score: ____

1. Before registering the participants in the database name DataListInfo, start


creating table in Sqlyog and create it as follows:
 

Field Name Data Type Size of Data


ParticipantID Number 5
AccountNumber Text 10
AccountDate Text 8
FullName Text 20
HomePhone Text 9
CellPhone Text 11
EmailAddress Text 40

2. Save the table as Participants


3. Close the table
4. Open the Participants table in Design View and add a new field between
EmailAddress and Notes. Name it IsAnAccountManager and set its Data Type to
Text:
 

Field Name Data Type Size of Data


ParticipantID AutoNumber 5
AccountNumber Text 10
AccountDate Text 8
FullName Text 20
HomePhone Text 9
CellPhone Text 11
EmailAddress Text 40
IsAnAccountManager Text 10

5. Save the table and fill it up with a few records:


 
Account Account
Account Date Full Name Email Address
# Manager?
97-395 06/01/2002 Douglas Coulomb [email protected] No
24-759 06/01/2002 Hermine Kats [email protected] Yes
29-375 06/01/2002 Tony Peres [email protected] No
74-929 06/01/2002 Françoise Nguyen [email protected] No
99-275 06/01/2002 Helene Mafany [email protected] No
85-487 06/01/2002 Juanita Klebers [email protected] No
77-597 06/01/2002 Alexander Wayne [email protected] Yes
79-437 06/02/2002 Jeannine Monay [email protected] No
38-685 06/02/2002 Kelley Graham   No
93-457 06/02/2002 John Simms   No
38-508 06/03/2002 Gabrielle Kumar   No
35-798 06/05/2002 Jeffrey Lamm   No

6. Close the table


7. Submit the activity.

You might also like