1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Svetach [21]
3 years ago
7

What are the factors affecting the purchasing decision for dbms software?

Computers and Technology
2 answers:
const2013 [10]3 years ago
4 0

Usability

Consider how user-friendly the system will be for all those members of staff required to use it. In some organisations those may include Marketing professionals, the IT department, Database Developers and others. Look at the suitability from everyone’s perspective, and consider if you can set different levels of permission for different teams or personnel.

Visualisation & Reporting

Review the ease of visually analysing and displaying results for any queries you run on your data, while making selections and deciding segments. Also, check how the software displays campaign results if you feed this information back into the database.

You should look for visual displays that will help you show selections and results to colleagues (likely other teams or managers/directors) in a way that they will be able to understand quickly and easily.

Security

Security of your data is an essential aspect of any database implementation. Business-sensitive data and any personal information you hold must be stored securely to adhere to regulations and to protect it from loss or theft.

It is important to consider both the physical risk to data (e.g. the risk from fire, theft, etc.) and the risks from hacking, or from unintentional corruption of data through human error. Any system you implement must address the issue of keeping your data secure.

Functionality

Confirm that the modules available in the data analysis software meet your business requirements. The functionality or modules you should be looking for include:

Extract and filter data

Insight and analysis

Segmentation and modelling

Automation

Forecasting strategy

Results visualisation

Campaign planning and ROI management.

Support & Development

Think about the support service the software company offers for its solution. Is this available during the hours you are likely to need support? Is the support offered by email, phone, other?

Ensure there is a development plan for the selected software so that you can be confident it will grow with emerging technologies. Make sure you will receive upgrades to the most recent version and that you will be supported for as long as you use that software.

Integration

Does the system you are considering integrate with your other software systems such as your Email Marketing platform and CRM system? This may be a direct integration to the specific software of there may be an open source code available for integrations.

Scalability

Ensure that the system has the capacity to grow with your data and your business. Remember you are likely to be adding to the data all the time, so even though your requirement may not be huge right now, this can grow very quickly if you are gathering and updating your data regularly as planned. Essentially…can it easily manage millions of rows of data?

Cost and Suitability

Whilst cost is obviously a factor in any business expenditure, it is wise to ensure that – as far as possible – your decision is based on the software being fit for purpose.

It could be a costly mistake to take on a system that you then invest time in building, only to find – too late – that it is not advanced enough for your needs. Equally there is no need to opt for the most expensive software available, if you are unlikely to need much of the functionality it offers.

Hosting

Where is your system going to be located (physically)? Will you take the system in-house or engage the services of a company to host the data and the software system for you. This could have implications for support, cost (including any additional hardware you would require), security, and possibly speed.

Updates

The two most important factors regarding updates to the database are frequency and automation.

Do you need data to be live and constantly in sync with your other systems, or would daily or even weekly updates to the database be sufficient? Consider that in order to automate the update process, you will typically need a consistent data source, i.e. the field types, and the files supplied each time must be the same. You should consider how often source data is likely to change, if you are ever going to import additional data and if so how your chosen software will deal with this.


djverab [1.8K]3 years ago
3 0
T<span>he factors affecting the purchasing decision for dbms software are : 
</span><span>a) Cost
b) DBMS features and tools
c) Underlying model
d) Portability
e) DBMS hardware requirements</span>
You might be interested in
What sound customization option would you use in Scratch to simulate a sound happening in a large, empty room (like a theater)?
denis23 [38]
C. Echo ( I May Be Wrong )
8 0
3 years ago
Output a table that show the cube of the numbers 1-15<br> (C++)
Rainbow [258]

Answer:

The c++ program to display cube of numbers from 1 to 15 is given below.

#include <iostream>

using namespace std;

int main() {    

   // variables declared and initialized  

   int num = 15, k, cube;    

   cout << " Cubes of numbers from 1 to 15 are shown below " << endl;    

   for( k = 1; k <= num; k++ )

   {

       // cube is calculated for each value of k and displayed

       cube = k * k * k ;

       cout << " \t " << cube << endl;

   }

return 0;

}

 

OUTPUT

Cubes of numbers from 1 to 15 are shown below  

  1

  8

  27

  64

  125

  216

  343

  512

  729

  1000

  1331

  1728

  2197

  2744

  3375

Explanation:

The variables are declared and initialized for loop, cube and for condition in the loop – k, cube, num respectively.

Inside for loop which executes over k, beginning from 1 to 15, cube of each value of k is calculated and displayed. The loop executes 15 times. Hence, cube for numbers from 1 to 15 is displayed after it is calculated.

   for( k = 1; k <= num; k++ )

   {

      cube = k * k * k ;

       cout << " \t " << cube << endl;

   }

In the first execution of the loop, k is initialized to 1 and variable cube contains cube of 1. Hence, 1 is displayed on the screen.

In the second execution, k is incremented by 1 and holds the value 2. The variable cube contains cube of 2, which is calculated, and 8 gets displayed on the screen.

After each execution of the loop, value of k is incremented.

After 15 executions, value of k is incremented by 1 and k holds the value 16. This new value is greater than num. Hence, the loop terminates.

3 0
3 years ago
True or false a weighted inventory system is often tied into player advancement
alekssr [168]

Answer:tayfana

Explanation:true

7 0
3 years ago
While reviewing some web page code, you notice that the html is written in all lowercase letters. you are not sure which version
Sphinxa [80]
<span>To verify the version of HTML being run on any given page, check the DOCTYPE declaration at the head of the file. Use "inspect element" to view the page source; the DOCTYPE is generally in the header.</span>
5 0
3 years ago
Suppose a book author can be identified by an AuthorID and each book can be identified by an ISBN. Besides the identifier, an au
Scrat [10]

Answer:

a) We know that atleast one or more author writes a book.

Symbol to indicate one or more is (B)

So the correct option is B

b) We know that zero to multiple books are written by any author.

Symbol to indicate zero or more is (A)

So the correct option is A

c) The fourth option is correct if we replace by many to many relationship and generate a new entity.

So the relationship betweem author and contract is one to many. So we know that there is atleast one author that represent in symbol d and books has atleast 0 that represent in symbol c.

So Fourth Option is correct d at blue side and c at red side.

d) There are two forirgn keys in table Contract one is from AuthorId and other is ISBN.

So correcct option is C

6 0
3 years ago
Other questions:
  • A pacing calendar is provided to students so they can:
    8·2 answers
  • In Paint, which of the following are ways to use a picture that you have saved on your computer? (Select all that apply.)
    8·1 answer
  • Variable names may contain spaces and punctuation symbols. True False
    15·1 answer
  • Java languageThe cost to ship a package is a flat fee of 75 cents plus 25 cents per pound.1. Declare a constant named CENTS_PER_
    5·2 answers
  • Question 2 (2 points)
    9·1 answer
  • Which of the following is the shortcut key combination for pasting copied text?
    11·2 answers
  • Is Missouri a free state or a slave state​
    13·2 answers
  • In a relational database, the three basic operations used to develop useful sets of data are:_________.
    14·1 answer
  • The use of desktop computer equipment and software to create high-quality documents such as newsletters, business cards, letterh
    14·1 answer
  • Why we need to interpret the drawing and plans
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!