Question

Discussion Topics: Assume that you have a Saudi league player database. In this database, you have...

Discussion Topics:

Assume that you have a Saudi league player database. In this database, you have a table containing players’ attributes such as (Name, age, position, etc.) and you decided to add information about players’ agents. Would you represent the agent information as attributes in the player table or would you create an entity set for players’ agents? Justify your answer.  

Note:

Please I need a short answer only on paragraph.

Homework Answers

Answer #1

Given, you have a saudi league player database, in that database you have players table with attributes (Name, age, position, ect.)

You need to add informations about player agents. So you have to use INSERT keyword to add such player agent's informations.

Attributes are the datatype assosiate with the column. You can represent agent information as attributes. For example if you need to fetch specific name (mike) from the players table, use the following code.

SELECT name from Saudi league payer

WHERE name = 'mike';

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Assume that you have a Saudi football league player database. In this database, you have a...
Assume that you have a Saudi football league player database. In this database, you have a table containing players’ attributes such as (Name, age, position, etc.) and you decided to add information about players’ agents. Would you represent the agent information as attributes in the player table or would you create an entity set for players’ agents? Justify your answer.
( HEY THERE my name is N I need new and unique answers, please. (Use your...
( HEY THERE my name is N I need new and unique answers, please. (Use your own words, don't copy and paste), Please Use your keyboard (Don't use handwriting) ((Thank you FOR YOUR HELP)) SUBJECT: IT-244: Introduction to Database Q: Assume that you have a Saudi league player database. In this database, you have a table containing players’ attributes such as (Name, age, position, etc.) and you decided to add information about players’ agents. Would you represent the agent information...
( HEY THERE my name is T I need new and unique answers, please. (Use your...
( HEY THERE my name is T I need new and unique answers, please. (Use your own words, don't copy and paste), Please Use your keyboard (Don't use handwriting) ((Thank you FOR YOUR HELP)) SUBJECT: IT-244: Introduction to Database Q: Assume that you have a Saudi league player database. In this database, you have a table containing players’ attributes such as (Name, age, position, etc.) and you decided to add information about players’ agents. Would you represent the agent information...
Florida Now Real Estate (45 pts) Tanya Pierce, President and owner of Florida Now Real Estate...
Florida Now Real Estate (45 pts) Tanya Pierce, President and owner of Florida Now Real Estate is seeking your assistance in designing a database for her business. One of her employees has experience in developing and implementing Access-based systems, but has no experience in conceptual or logical data modeling. So, at this point Tanya only wants you to develop a conceptual data model for her system. You are to use our entity-data diagramming notation - Crows foot symbols. Tanya has...
Cooperative Education--Discussion Question #1--Spring, 2018 COLLAPSE SPECIAL NOTE: You will have two weeks, instead of one,...
Cooperative Education--Discussion Question #1--Spring, 2018 COLLAPSE SPECIAL NOTE: You will have two weeks, instead of one, to complete this particular discussion question. This discussion question assignment can earn you 105 huge points, depending on the quality and timeliness of your comments and how well you follow the instructions for this assignment. Within the two weeks time period you should answer my specific discussion question (all parts of it) AND also respond to at least two other students’ comments. This will...
To prepare for this Discussion, assume that you have just estimated the cash flows and NPV...
To prepare for this Discussion, assume that you have just estimated the cash flows and NPV for a project your company is considering. Your estimated NPV was +$10. The CFO is not sure whether to accept or reject the project. Post an analysis of the feasibility of the project the CFO is considering based on estimated cash flows and NPV. In your analysis, answer the following: What type of analysis would you use to make a business case for or...
Quantitative Variable we are interested in comparing: # of HR’s (Home Run’s) American League:                           
Quantitative Variable we are interested in comparing: # of HR’s (Home Run’s) American League:                                                                National League: Sample Size:                                      28                                Sample Size:                                      22 Sample Mean:                                   20.14286                        Sample Mean:                                   18.77 Sample Standard Deviation:           10.44107                        Sample Standard Deviation:            8.257 You are now going to do a two-sample hypothesis test on this data Hypothesis: I would expect an American League player to hit more HR’s (Home Run’s) on average, than a National League Player? Introduction: State...
Quantitative Variable we are interested in comparing: # of HR’s (Home Run’s) American League:                           
Quantitative Variable we are interested in comparing: # of HR’s (Home Run’s) American League:                                                                National League: Sample Size:                                      28                                Sample Size:                                      22 Sample Mean:                                   20.14286                        Sample Mean:                                   18.77 Sample Standard Deviation:           10.44107                        Sample Standard Deviation:            8.257 You are now going to do a two-sample hypothesis test on this data Hypothesis: I would expect an American League player to hit more HR’s (Home Run’s) on average, than a National League Player? Introduction: State...
You are a database consultant with Ace Software, Inc., and have been assigned to develop a...
You are a database consultant with Ace Software, Inc., and have been assigned to develop a database for the Mom and Pop Johnson video store in town. Mom and Pop have been keeping their records of videos and DVDs purchased from distributors and rented to customers in stacks of invoices and piles of rental forms for years. They have finally decided to automate their record keeping with a relational database. You sit down with Mom and Pop to discuss their...
Complete a Java program named ARMgr that maintains customer accounts receivable in a database. The code...
Complete a Java program named ARMgr that maintains customer accounts receivable in a database. The code to initialize the CustomerAccountsDB database table and add a set of customer accounts is provided. Finish the code in these 3 methods in CustomerAccountDB.java to update or query the database: -purchase(double amountOfPurchase) -payment(double amountOfPayment) -getCustomerName() Hint: For getCustomerName(), look at the getAccountBalance() method to see an example of querying data from the database. For the purchase() and payment() methods, look at the addCustomerAccount() method...