Computers and Technology

Identify 1 business rule for the following scenario: Book is an online store on the Internet where customers can browse the catalog and select products of interest. a. Every book has a title, ISBN, year and price. The store also keeps the author and publisher for any book. b. For authors, the database keeps the name, address and the URL of their homepage. c. For publishers, the database keeps the name, address, phone number and the URL of their website. d. The store has several warehouses, each of which has a code, address and phone number. e. The warehouse stocks several books. A book may be stocked at multiple warehouses. f. The database records the number of copies of a book stocked at various warehouses. g. The bookstore keeps the name, address, email-id, and phone number of its customers. h. A customer owns several shopping carts. A shopping cart is identified by a Shopping_Cart_ID and contains several books. i. Some shopping carts may contain more than one copy of same book. The database records the number of copies of each book in any shopping cart. j. At that time, more information will be needed to complete the transaction. Usually, the customer will be asked to fill or select a billing address, a shipping address, a shipping option, and payment information such as credit card number. An email notification is sent to the customer as soon as the order is placed.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 03:10, victoriadorvilu
This program reads a file called 'test. txt'. you are required to write two functions that build a wordlist out of all of the words found in the file and print all of the unique words found in the file. remove punctuations using 'string. punctuation' and 'strip()' before adding words to the wordlist. write a function build_wordlist() that takes a 'file pointer' as an argument and reads the contents, builds the wordlist after removing punctuations, and then returns the wordlist. another function find_unique() will take this wordlist as a parameter and return another wordlist comprising of all unique words found in the wordlist. example: contents of 'test. txt': test file another line in the test file output: ['another', 'file', 'in', 'line', 'test', 'the']
Answers: 1
image
Computers and Technology, 22.06.2019 22:20, kaiyerecampbell95
Pp 4.1 design and implement a class called sphere that contains instance data that represents the sphere’s diameter. define the sphere constructor to accept and initialize the diameter and include getter and setter methods for the diameter. include methods that calculate and return the volume and surface area of the sphere (see pp 3.5 for the formulas). include a tostring method that returns a one-line description of the sphere. create a driver class called multisphere, whose main method instantiates and updates several sphere objects.
Answers: 1
image
Computers and Technology, 23.06.2019 01:50, jumoke26
Create a class named majors that includes an enumeration for the six majors offered by a college as follows: acc, chem, cis, eng, his, phys. display the enumeration values for the user, then prompt the user to enter a major. display the college division in which the major falls. acc and cis are in the business division, chem and phys are in the science division, and eng and his are in the humanities division. save the file as majors. java.
Answers: 2
image
Computers and Technology, 23.06.2019 09:00, jeremytheprimerapper
Which best compares appointments and events in outlook 2010appointments have a subject man, and events do notappointments have a specific date or range of dates, and events do notappointments have a start and end time of day, and events do notappointments have a location option, and events do not
Answers: 2
Do you know the correct answer?
Identify 1 business rule for the following scenario: Book is an online store on the Internet where c...

Questions in other subjects: