Which of the following is NOT a database management task?
a. retrieval
b. storage
c. summarization
d. deletion
In: Accounting
What is the relationship between a table of Movies and a table of ActorsActresses and how might it be implemented in a relational database?
In: Computer Science
To address database failure (if the system crashes), what type of redundancy would you recommend to address this?
In: Computer Science
Pick three security concerns of database system and explain how you would address them.
In: Computer Science
advantages of using a protien sequence rather than a DNA sequence when searching the bioinformatics database
In: Biology
Bryan is performing data entry for an insurance company by taking handwritten records and entering them into the database. Thus far, 1.8% of the handwritten records have had missing data that prevented them from being entered into the database. If the probability that the first record with missing data is found within the first five records is greater than 5%, Bryan will stop data entry and ask for more information. Will Bryan stop entering data? Use Excel to find the probability, rounding to three decimal places.
In: Statistics and Probability
At a fundamental level of analysis, we can conceive of the ‘point of sale’ data capture of a business event, transaction processing, data storage, and ultimately data analysis and production of a business intelligence (BI) report. Explain how this overall sequence of activities occurs. Your explanation should focus the role of the TPS (1 mark), the two major processing options that may be used by the TPS , the role and major limitation of the production database (1 mark), and finally the role of the OLAP database (1 mark).
In: Finance
Database - SQL - Operations
CS 203 Discrete Structure 2
Create a Microsoft Access Database consisting of the following two tables: Part_needs and Parts_Inventory
|
Part_needs |
||
|
Supplier |
Part_number |
Project |
|
23 |
1092 |
1 |
|
23 |
1101 |
3 |
|
23 |
9048 |
4 |
|
31 |
4975 |
3 |
|
31 |
3477 |
2 |
|
32 |
6984 |
4 |
|
32 |
9191 |
2 |
|
33 |
1001 |
1 |
|
Parts_Inventory |
|||
|
Part_number |
Project |
Quantity |
Color_code |
|
1001 |
1 |
14 |
8 |
|
1092 |
1 |
2 |
2 |
|
1101 |
3 |
1 |
1 |
|
3477 |
2 |
25 |
2 |
|
4975 |
3 |
6 |
2 |
|
6984 |
4 |
10 |
1 |
|
9048 |
4 |
12 |
2 |
|
9191 |
2 |
80 |
4 |
Answer the following questions:
SELECT Supplier
FROM Part_needs
WHERE 1000<= Part_number <= 5000
SELECT Supplier, Project
FROM Part_needs, Parts_inventory
WHERE Quantity <= 10
In: Computer Science
Consider an ONLINE_AUCTION database system in which members
(buyers and sellers) participate in the sale of items. Design an
ER/EER diagram for this ONLINE_AUCTION database. The data
requirements for this system are summarized as follows:
• The online site has members, each of whom is identified by a
unique member number and is described by an e-mail address, name,
password, home address, and phone number.
• A member may be a buyer or a seller. A buyer has a shipping
address recorded in the database. A seller has a bank account
number and routing number recorded in the database.
• Items are placed by a seller for sale and are identified by a
unique item number assigned by the system. Items are also described
by an item title, a description, starting bid price, bidding
increment, the start date of the auction, and the end date of the
auction.
• Items are also categorized based on a fixed classification
hierarchy (for example, a modem may be classified as COMPUTER →
HARDWARE → MODEM).
• Buyers make bids for items they are interested in. Bid price and
time of bid is recorded. The bidder at the end of the auction with
the highest bid price is declared the winner and a transaction
between buyer and seller may then proceed.
• The buyer and seller may record feedback regarding their
completed transactions. Feedback contains a rating of the other
party participating in the transaction (1–10) and a comment.
In: Computer Science
Database Systems - Security and Administration
Jak University is a leading higher education institution that is well known throughout Malaysia for its academic achievements. It is proven that this university exists in all major cities in Malaysia. Jak University is also in Kuala Lumpur and as a management center, has 100 thousand students and 10 thousand lecturers spread across several branch campuses. The learning process is done face-to-face and online. Each campus in each city can join virtual classes, so that the data from each campus can be connected to one another. Academic data from each campus branch is stored in files and then sent to the Center in Kuala Lumpur and each campus can also share data (share files). However, after this university has been operating for several years, the number of lecture transactions has increased, so that the volume of data stored in files is getting bigger. So in day-to-day operations often experience problems access to data, both when sending data and when accessing data from other campuses.
Question:
1. The University of Jak uses a file-based approach in managing
its academic data. But over time began to experience problems with
data accessibility.
You were appointed as a Database Consultant to change the data
management process at the University of Jak using a database
approach. You need to explain to the Management in Kuala Lumpur so
that the leaders can understand and be sure about the proposed
application of the database approach, where this approach can
support operational performance in data management. Explain what is
meant by a file-base approach and a database approach. Also
describe the advantages and disadvantages of each.
2. If the management approves the proposal, then you need to design a good database architecture. You can choose a Three-Tier Client-Server architecture.
3. The hardware running the DBMS must continue to operate even if one of the hardware components is damaged due to various factors. One solution is to implement RAID technology. Describe what RAID technology is. Also explain by providing examples of how each RAID level is implemented.
In: Computer Science