Question

this is about databases and SQL, please help me with this and i promise i will thumbs you up :) let me know if you need more info please try to get this done i will definitely thumbs you up :))

PROJECT TOPIC: Library: Books, Copies of the books, Patrons, Checkouts

when creating ERD diagram, the notation must be in crows notation, attached at the bottom is an example of crows foot notation in databases so you can understand.

  1. PDF file generated from Lucid Chart ( or any way to show diagram in crows foot notation) containing the following information:
    • The name of the project
    • 3-4- sentences describing the problem (Use the topic assigned to your name to define and describe the business situation)
    • List of the business rules (make assumptions if degree of the relationship is not known)
    • ERD of the database (please must be in crows notation also showing PK, FK1, FK, etc..)
  2. SQL Notebook in microsoft sql server mangement or azure data studio notebook sql code please
  • Text section:
  • Code section with execution results
    • Commands to create all the tables
    • Commands populating 5-10 records into each of the table
    • Select commands for each of the tables
    • create TABLE Movie(movieID int primary key, movieName
      varchar(10), dateOfRelease date, budget int);
    • ^^^ sql code should run/look similar to bullet point above :)
    • below is an example of crows foot notation with some other topic but please make sure you are doing the topic listed below...

      PROJECT TOPIC: Library: Books, Copies of the books, Patrons, Checkout

FIGURE 8.1 DATABASE MODEL LINE Hit generates contains INVOICE PK INV_NUMBER FK1 CUS_CODE INV_DATE CUSTOMER PK CUS CODE CUS_LN

0 0
Add a comment Improve this question Transcribed image text
Answer #1

PROJECT TOPIC: Library: Books, Copies of the books, Patrons, Checkouts

ERD diagram in crows foot notation -

In this ERD i have mentioned total of 7 entities/tables-

  1. Library
  2. Patrons
  3. Books
  4. Copies of Books
  5. Category
  6. Checkout
  7. Person

Each of them have a separate attributes and i have also mentioned the data types of each attribute separately.

The relation among eaach table has also been drawn and the keys have also been mentioned, the primery keys as PK and the Foriegn Keys as FK.

Library PK Library ID Number Title Text FK Patrons ID Number Patrons PK Patrons ID Number Name Text contact Number Address Te

Where as the rest of question, can you please elaborate it by naming each part separately so that i could get an idea how to present the answers.

Feel free to ask any ques, i would like to answer

thank you

Add a comment
Know the answer?
Add Answer to:
this is about databases and SQL, please help me with this and i promise i will...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • this is about databases and SQL, please help me with this and i promise i will...

    this is about databases and SQL, please help me with this and i promise i will thumbs you up :) let me know if you need more info please try to get this done i will definitely thumbs you up :)) PROJECT TOPIC: Library: Books, Copies of the books, Patrons, Checkouts when creating ERD diagram, the notation must be in crows notation, attached at the bottom is an example of crows foot notation in databases so you can understand. PDF...

  • Part I. Create a library check-out database using Microsoft SQL Server that stores data about books,...

    Part I. Create a library check-out database using Microsoft SQL Server that stores data about books, patrons, and the check-out process. Books (BookID, BookName, Author, YearPublished) Patrons (PatronsID, PatronsName, PatronsAddress, PatronsBirthday) CheckInOut (TransactionID, PatronID, BookID, CheckOutDate, NumDay, ReturnDate, Late, Fees, Paid) - the NumDay field contains the number of days patrons can keep the book, if the return date is over the number of day, then the Late field will have a Y value and a fee of $1.00 per...

  • Can anyone please help me with these SQL Server Questions? I am using SQL Server 2008...

    Can anyone please help me with these SQL Server Questions? I am using SQL Server 2008 1. Write the code to create two table with at least 10 fields of various data types. 2. Write the code to insert 20 rows of data into the table that you created. 3. Write the code – “Select” statements to write three different reports from your data. 4. Write the code to create a report that incorporates functions. 5. Write the code to...

  • Can someone please help, For this lab you will be using SQL SELECT statements (and depending...

    Can someone please help, For this lab you will be using SQL SELECT statements (and depending on your structure, JOINs) to query your database tables. You will be turning in the results of the following queries: 1. List all Guests in the databases 2. List all Guests who stayed at least one time between January 3rd, 2019 and March 4th, 2019. 3. List all Inventory items and their current quantities and units when the quantity is less than 3 4....

  • sql server please help me>>> Create a stored procedure called uspRetrieveOrders that returns all the orders...

    sql server please help me>>> Create a stored procedure called uspRetrieveOrders that returns all the orders for a last name. It should return first name, last name, item price, discount amount, quantity, the line item extended amount ((ItemPrice-DiscountAmount)*Quantity), the tax amount, and the card type. It should accept LastName as a parameter. Include logic to test if the customer exists in the database. If not, generate an error message. Show the code you used to test the proc.

  • PROBLEM STATEMENT: Suppose you have a client that has given you the following business rules to...

    PROBLEM STATEMENT: Suppose you have a client that has given you the following business rules to form the basis for a database design. The database must enable the manager of a company dinner club to mail invitations to the club’s members, to plan the meals, to keep track of who attends the dinners, and so on. Each dinner serves many members, and each member may attend many dinners. A member receives many invitations, and each invitation is mailed to many...

  • Really need help on this, apperciate all answers and feedback =D. You are the Senior Consultant...

    Really need help on this, apperciate all answers and feedback =D. You are the Senior Consultant at Abacus Consulting, tasked with the database project for Amadeus Real Estate client. The company employs real estate agents who work with customers to buy and sell properties (both residential and commercial). As part of your lead role, you are initially responsible for meeting with the client team and gathering requirements. You are then scheduled to design the data model and implement a working...

  • Really need help with this. This is for my Advanced Java Programming Class. If anyone is...

    Really need help with this. This is for my Advanced Java Programming Class. If anyone is an expert in Java I would very much appreciate the help. I will provide the code I was told to open. Exercise 13-3   Use JPA to work with the library checkout system In this exercise, you'll convert the application from the previous exercise to use JPA instead of JDBC to access the database. Review the project Start NetBeans and open the project named ch13_ex3_library that's...

  • I would like help with this question and please be clear and thank you for the...

    I would like help with this question and please be clear and thank you for the help. Produce a relational schema diagram that corresponds to the following ER diagram for a Vacation Property Rentals database. Your relational schema diagram should include primary & foreign keys. Upload your relational schema diagram as a PDF document. Don't forget that the relation schemas for "Beach Property" and "Mountain Property" should each have primary keys. FYI: "d" in this notation denotes a subclass. Figure...

  • Can someone please help me with a DECLARE, SET, PRINT in sql server. my issue is variable 3 does not add up to 99999.99? I am so frustrated CHAPTER 14 - USING VARIABLES IN SCRIPTS --- Use the AP datab...

    Can someone please help me with a DECLARE, SET, PRINT in sql server. my issue is variable 3 does not add up to 99999.99? I am so frustrated CHAPTER 14 - USING VARIABLES IN SCRIPTS --- Use the AP database. Create 3 variables named anything you want. Set the first variable equal to 9876.22. Set the second variable equal to 187.69. Set the third variable equal to the sum of the first and second variables. Use a PRINT statement to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT