ashill07
New member
- Local time
- Today, 01:29
- Joined
- Apr 3, 2021
- Messages
- 17
1. Create a project of a database for authors and books. Determine the necessary tables and their structure in the database.
2. The designed one should enable the following data to be recorded:
AUTHORS
- prof. Paul Beynon-Davies, b. 1964-03-23. Fees: PLN 6,000;
-prof. Andrzej Stachurski, b. 1960-12-24. Fees: 5500 PLN;
-prof. Andrzej Wierzbicki, born on 1961-03-11. Fees: PLN 3,000;
- Dr. Cassel Paul, b. 1970-05-13. Fees: 2200 PLN;
- prof. Palmer Pamela, b. 1963-10-14. Fees: PLN 4,000;
BOOK
- P. Beynon-Davies, Database Systems Warsaw, 2003. ISBN: 83-204-2726-6. Price: PLN 80, Scientific and Technical Publishers;
- C. Paul, P. Pamela, Access 2000 PL, Krakow, 1999. ISBN: 83-7197-128-1. Price: PLN 59, Helion, additional CD-ROM;
- A. Stachurski, A. Wierzbicki, Fundamentals of Optimization, Warsaw, 2001. ISBN: 83-7207-247-7. Price: PLN 26, Warsaw University of Technology Publishing House, addition in the form of a floppy disk with examples of optimization algorithms in C ++;
3. Write a script implementing the designed database structure or create a database "manually" and generate SQL code.
4. Propose indexes that should be included in the database.
2. The designed one should enable the following data to be recorded:
AUTHORS
- prof. Paul Beynon-Davies, b. 1964-03-23. Fees: PLN 6,000;
-prof. Andrzej Stachurski, b. 1960-12-24. Fees: 5500 PLN;
-prof. Andrzej Wierzbicki, born on 1961-03-11. Fees: PLN 3,000;
- Dr. Cassel Paul, b. 1970-05-13. Fees: 2200 PLN;
- prof. Palmer Pamela, b. 1963-10-14. Fees: PLN 4,000;
BOOK
- P. Beynon-Davies, Database Systems Warsaw, 2003. ISBN: 83-204-2726-6. Price: PLN 80, Scientific and Technical Publishers;
- C. Paul, P. Pamela, Access 2000 PL, Krakow, 1999. ISBN: 83-7197-128-1. Price: PLN 59, Helion, additional CD-ROM;
- A. Stachurski, A. Wierzbicki, Fundamentals of Optimization, Warsaw, 2001. ISBN: 83-7207-247-7. Price: PLN 26, Warsaw University of Technology Publishing House, addition in the form of a floppy disk with examples of optimization algorithms in C ++;
3. Write a script implementing the designed database structure or create a database "manually" and generate SQL code.
4. Propose indexes that should be included in the database.