--%>

database management information system by utilizing MySQL

How much would it cost to create a simple database management information system by utilizing MySQL and PHP?

The proposal of the system should include the following:

  1. Background
    • narrative of setting and background of problem mandating information analysis
    • goals and associated technical challenges (why not easily done)
    • justification of the need of the proposed information system (why proposed work important)
  2. Technical Approach
    • kind of data and its nominal structure (should not include E-R diagram)
    • outline of technical method, generally at a high level without going into details
    • all work required to complete the project
    • your standpoint and assumptions made for project proposal and accomplishment
  3. Experimentation
    • the way to prepare the data/facts serving the information utilized and analyzed in the project
    • estimate of data size
    • verification of computation (e.g., can be verified by Excel, etc.)
  4. Deliverables
    • description about what the proposed project will deliver
    • several high-level but concrete examples of outcomes such as statistical results, comparisons, summary aggregations, etc.
  5. References
    • all the materials you referenced to

You would have to deliver the code and data

   Related Questions in Programming Languages

  • Q : Define Inconsistent state Inconsistent

    Inconsistent state: A state which an object must not be in. A class requires to be carefully designed in order to make sure that none of its examples can get into a conflicting state. An illustration of an inconsistent state may be a football team wit

  • Q : State the terms preemption and context

    State the terms preemption and context switching.

  • Q : Define the term Blank final variable

    Blank final variable: A final variable which is not initialized as portion of its declaration. This variable should be initialized in either an instance initialization block or every of the constructors for its class before it is employed. A static bl

  • Q : ERD What is the meaning ofDerive the

    What is the meaning ofDerive the department and staff relations from the following ERD.

  • Q : Main purpose of Child Header files

    Illustrate what is the main purpose of Child Header files?

  • Q : What is Bit Bit : It is a binary digit

    Bit: It is a binary digit that can take on two possible values: 0 and 1. The bits are basic building block of both data and programs. Computers regularly shift data around in multiples of eight-bit units (that is, bytes for the sake of effectiveness).

  • Q : What is Datagram Datagram : It is a

    Datagram: It is a packet of information passed between the two communicating procedures across a network. Both the Transmission Control Protocol (abbreviated as TCP) and the User Datagram Protocol (abbreviated as UDP) are indirectly comprised in sendi

  • Q : Define Race hazard Race hazard : It is

    Race hazard: It is a situation which occurs between multiple threads sharing a resource. The race hazard occurs whenever one thread's suppositions regarding the state of a resource are invalidated by the actions of the other thread.

  • Q : Write a function Write a function that

    Write a function that takes an integer value and returns the number with its digits reversed. For example, given 7631, the function should return 1367.

  • Q : Define the term Stack trace Define the

    Define the term Stack trace: It is a display of the runtime stack.