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.
PROJECT TOPIC: Library: Books, Copies of the books, Patrons, Checkout

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-
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.

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
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, 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 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 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 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 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 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 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 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 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...