
Explanation of Solution
Increase of
The increase of database data will affect the business Intelligence and security in the following ways:
- Increases the threat of data theft.
- Data mishandling.
- Data being lost.
- Data leaks.
Two major requirements of the Internet database application created:
The two major requirements of the Internet database application created are:
- Code to process the data that are to process the internet application that are developed.
- The data that are created needs to be stored for the future purpose that needs to follow ACID properties of the transaction.
- Power to handle the data that are generated using the internet application that are created.
- The data that are generated are stored based on the requirements not following ACID Properties of the Transaction.
These two requirements made the evolution of three databases namely “No SQL”, “New SQL”, and “in-memory” databases.
Characteristics of ACID properties in processing the Transaction:
The main characteristic properties of ACID in processing the transaction are discussed below:
“ACID” stands for “Atomicity”, “Consistency”, “Isolated” and “Durable”.
Atomicity:
In processing a transaction, a transaction needs to be processed completely or should not contain anything in it.
- Example: If an account is credited by amount the amount must be either added to overall balance or should not happen at all.
Consistency:
A transaction that is established needs to be processed in a similar way throughout the transaction.
- Example: If an account is credited by amount that amount must be either added to overall balance or should not happen at all and it should at the same time with the account holder and with the bank database.
Isolated:
The transaction that is happening needs to processed is separate unit such that another transaction should not affect the current process.
- Example: Consider an online transaction that is happening simultaneously, any processing made with the one should not affect another processing the same process.
Durable:
The transaction that is processed needs to be established completely or should be aborted in case of failure...

Want to see the full answer?
Check out a sample textbook solution
Chapter 5 Solutions
Using MIS (9th Edition)
- Discrete Mathematics for Computer Engineeringarrow_forwardTask 1: Write an abstract class Method +: public -: private #: protected Underline: static # input: int # output:String Method + isHard():boolean + specificWay():String + Method() + Method(input: int, output: String) + getInput(): int + setInput(input: int): void + getOutput(): String + setOutput(output: String): void +toString(): String Question Task 2: Write a class ReadMethod that extends the Method class. +: public -: private #: protected Underline: static -language: String ReadMethod Question + ReadMethod() + ReadMethod(input: int, output: String, language: String) + isHard():boolean + specific Way(): String +toString(): String + getLanguage(): String + setLanguage(language: String): voidarrow_forwardi have attatched my java question , please make sure it is answered correct, include all comments etc, thank youarrow_forward
- i have attached my 2 java questions . please answer them correctly, add all comments etc . thank you.arrow_forwardCan you help me solve this problem using Master's Theorem:Solve the recurrence relation f(n) = 3af(n/a) + (n + a)2 with f(1) = 1 and a > 1 byfinding an expression for f(n) in big-Oh notation.arrow_forwardhere is example 7.6## Example 7.6 Suppose the sample population is χ 2 (2), which is non-normal but with same variance 4. ▶ Repeat the simulation, but replacing the N(0, 4) samples with χ 2 (2) samples. ▶ Calculate the empirical confidence level.(Empirical confidence level) n <- 20 alpha <- 0.05 UCL <- replicate(1000, expr = { x <- rchisq(n,df=2) (n-1)*var(x)/qchisq(alpha,df=n-1) }) sum(UCL >4) mean(UCL > 4) ## t.test function n <- 20 x <- rnorm(n,mean=2) result <- t.test(x,mu=1) result$statistic result$parameter result$p.value result$conf.int result$estimatearrow_forward
- How do the concepts of balancing and leveling affect the process of creating a data model of a system? thanksarrow_forwardwhat is the relationship between a Context Diagram and Diagram 0 in the DFD process. I need to Use an examplearrow_forwardWord Processing The assignment is a newsletter for your friends and family to let them know what’s going on in your life. Your document cannot contain profanity or obscene material—this is a business assignment. The minimum requirements for your newsletter are listed below. It should contain: 2 – 4 pages Your name A title using WordArt with one or more effects applied Articles with formatted titles using a font and color different than that of the article text A section of at least 2 columns Headers and page numbers on all pages except the first page. A bulleted or numbered list A relevant picture or clip art A formatted table Tabs with leaders going to the tabbed items At least one Sidebar Your name as the document author Boldface, italicized, and underlined text A paragraph with justified margins that is shaded and has a border A paragraph with different line spacing than the rest of the document A left, right, or both indented paragraph NOTE: If providing information from outside…arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





