Question

We hear the term database all the time. Give some examples of databases that you interact...

We hear the term database all the time. Give some examples of databases that you interact with on a regular basis. What makes a database relational? What is a file storage system? How does a relational database differ from a file storage system?

Neat handwriting if decide to write.

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

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

EXAMPLES

Cell service providers

  • Call Detail Record (CDR) databases - Every phone call you make or recieve creates a CDR and stores the calling number, receiving number, and call length
  • SMS/MMS records for text and multimedia messages - These are sent to cell service providers for routing between different providers and delivery to intended recipients

Smartphone apps

  • Geolocation data - Almost every social media app and messaging app will capture location data and add it to your social media posts and messages
  • Sentiment analysis - Everything you post on public-facing social media sites like Facebook, Twitter, Instagram, etc., is consumed an analyzed by many data aggregators and analysis companies, starting with the social media network itself

Search engines

  • Geolocation data captured by search engine providers, cross referenced with WiFi network location data, to better pinpoint your location
  • Common search terms
    • The search terms you use are gathered by search engines
    • Autocompletion suggestions based on what you're typing into a search engine

What makes a database relational?

The real reason is because of something called relational algebra, which takes its name from a mathematical construct called a relation. It really doesn’t have any obvious or intuitive association with “relationships.” It’s one of those words that a mathematician redefined for a very specific purpose, and that was the end of it. Just like in computer science, where we use words such as “inheritance,” “class,” and “instantiate” in very specific ways that don’t make sense to non-programmers, “relation” has a meaning that makes most people’s eyes glaze over.

What is a file storage system?

File storage, also called file-level or file-based storage, stores data in a hierarchical structure. The data is saved in files and folders, and presented to both the system storing it and the system retrieving it in the same format.

Difference between File processing system and DBMS:

1. A database management system coordinates both the physical and the logical access to the data, whereas a file-processing system coordinates only the physical access.

2.A database management system is designed to allow flexible access to data (i.e. queries), whereas a file-processing system is designed to allow predetermined access to data (i.e. compiled programs).

3. A database management system is designed to coordinate multiple users accessing the same data at the same time. A file-processing system is usually designed to allow one or more programs to access different data files at the same time. In a file-processing system, a file can be accessed by two programs concurrently only if both programs have read-only access to the file.

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
We hear the term database all the time. Give some examples of databases that you interact...
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
  • NEED DONE ASAP POSTED 3 TIMES HIGHKEY Suppose you have the task of defining and setting up a relational database of books and authors. Some attributes (columns) of possible interest include:  last nam...

    NEED DONE ASAP POSTED 3 TIMES HIGHKEY Suppose you have the task of defining and setting up a relational database of books and authors. Some attributes (columns) of possible interest include:  last name of author,  first name, authorID, book title, book ISBN number, book category, publication date, and perhaps others. In an early (basic) version of the system, we’ll assume thateach book can have only one author, but each author can write many books.    a) if an index is not...

  • FIN220 Question 7. What is an annuity? Give some examples of annuities. And what is an...

    FIN220 Question 7. What is an annuity? Give some examples of annuities. And what is an annuity due? How does this differ from an ordinary annuity? Question 8. Suppose you are considering taking consumer loan from bank for one year. Usually, for short- term loans, the bank offers 12 percent interest that compounds annually. Your credit application has been viewed by a few banks and two of them replied; Bank ALFA offers you a loan at 12 percent annual rate...

  • Conventional wisdom describes thinking or explanations which we all generally embrace as true. The term refers...

    Conventional wisdom describes thinking or explanations which we all generally embrace as true. The term refers to the widely accepted truth about something - a truth we together, as a community or larger society, deem to be beyond question. In the textbox below, please type your responses to the following questions. After clicking Save you will see two sample answers from fellow critical thinking learners. Can you think of some examples of conventional wisdom? What might be some of the...

  • Overview: Database management plays an integral role in nearly every area of business. Databases house customer, accoun...

    Overview: Database management plays an integral role in nearly every area of business. Databases house customer, accounting, and employee data, and these different data sets must all be efficiently managed in order to make the data accessible. Companies rely on database engineers to ensure that their records are accurate, updated, and tracked in real time. This course covers structured query language (SQL) and how it can be used to manage database schemas, manipulate data, and analyze data. For your final...

  • Your project will require you to develop a database design to solve a real-life data management...

    Your project will require you to develop a database design to solve a real-life data management problem. It can be any problem in your work environment or for another organization, for example, a bookstore (think of how Amazon uses databases), a course management system (think of how a university manages courses), a bank (think of how your bank works), and an online auction site (think of how Ebay works). You will develop a database to solve this problem You will...

  • 4. The exams database: The following database contains multiple choice exam questions tables Questions and On...

    4. The exams database: The following database contains multiple choice exam questions tables Questions and On Hons). Each question has a question Tert and each one of the options has and optid, which is an integer representing options A) (optid=1), B) (optid=2), C) (optid=3), etc. as well as the text of the option. The field correct is either Oor 1 and indicates which is the correct option for that particular question. courseThe exams have numbers 1, 2, 3, etc. Each...

  • (MMU) has decided to consolidate the functionality of three small overlapping database systems, which support applications...

    (MMU) has decided to consolidate the functionality of three small overlapping database systems, which support applications for 1) teaching (e.g. instructor assignment and evaluation), for 2) registration (e.g. online course status, waiting lists), and for 3) student records (e.g. transcript generation) The resulting new system will support the following enterprise description: Professors and GTAs are assigned to teach the sections of each class being offered in a semester. At the end of the semester, they get a "team rating" (professors...

  • 1. Of all the examples of leaders that you read about in this and other books,...

    1. Of all the examples of leaders that you read about in this and other books, which leader (in your humble opinion) had the best leadership style (and one that you would either follow or emulate). Please explain. 2. How is it that an unethical leader can gain control over his/her followers and assert radical negative changes to the organization? 3. How do leadership styles affect decision making in an organization? Does the size of the organization make a difference?...

  • Question 3 (a) Draw an ER diagram in term of entity, attribute and relationship for a...

    Question 3 (a) Draw an ER diagram in term of entity, attribute and relationship for a SMART FOOD VENTURE proposal. [14 marks] (b) Identify the relational keys are Superkey, candidate key, primary key, alternate key and foreign key. Describe each of them with reference to the sample database tables that you had created. [6 marks] SMART FOOD VENTURE NETWORKING SDN BHD 4-Nov-09 e PASAR Introduction: SMART FOOD VENTURE is a wholesale company supplying meat-chicken that mainly concentrates around Manjung and...

  • REMEMBER!!l: you must always adjust the rate and term in the formula asI have done above...

    REMEMBER!!l: you must always adjust the rate and term in the formula asI have done above (note the 6%12, 5 x 12). If you do not use this format when solving this problem, I will not read your homework answers. This format is used for the tests too. (You may have to use this format more than once in a problem if it is a multipart problem.) REMEMBER: You must ALWAYS ALWAYS ALWAYS adjust the rate and term to match...

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
ADVERTISEMENT