free help on any database related question

Discussion in 'Databases' started by pl2k, Mar 8, 2012.

  1. #1
    i am new on this forum and want to help to make it better.

    i have more than ten years working experience on oracle mssql access mysql.

    post or send me your question and i will try my best to help you.
     
    pl2k, Mar 8, 2012 IP
  2. epowelljr

    epowelljr Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Can you handle the this post below:

    <?php
    include("../../temp_con/config.php");

    // The above include file has established a connection to a database that has sample person and financial data
    // I need to do the following with the data. Can someone write the example code for the following

    // 1. Display each person's information (Name, Address, Phone, Email) followed by the financial history ordered by date in ascending order.
    // 2. Format the phone number as (xxx) xxx-xxxx
    // 3. Format date as mm/dd/yyyy.
    // 4. Determine and display the outstanding balance for each person at the end of their financial history.
    // 5. Lastly, update the "balances" table to the outstanding balance for the person at hand (currently all balances in this table are 0.00).

    // Database information:
    // Below are the details concerning the tables
    // 4 tables "people", "address", "charges" and "balances"

    // table people columns: peopleID, lastName, firstName, emailAddress, phone
    // table address columns: id, peopleID, address_line_1, address_line_2, city, state, zip
    // table charges: id, peopleID, date_created, description, type (5=charge; 10=payment), amount
    // table balance: id, peopleID, balance


    ?>
     
    epowelljr, Mar 15, 2012 IP
  3. epowelljr

    epowelljr Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I am not that skilled with database development at this point.
    Can you code this for me?


    <?php
    include("../../temp_con/config.php");

    // The above include file has established a connection to a database that has sample person and financial data
    // I need to do the following with the data. Can someone write the example code for the following

    // 1. Display each person's information (Name, Address, Phone, Email) followed by the financial history ordered by date in ascending order.
    // 2. Format the phone number as (xxx) xxx-xxxx
    // 3. Format date as mm/dd/yyyy.
    // 4. Determine and display the outstanding balance for each person at the end of their financial history.
    // 5. Lastly, update the "balances" table to the outstanding balance for the person at hand (currently all balances in this table are 0.00).

    // Database information:
    // Below are the details concerning the tables
    // 4 tables "people", "address", "charges" and "balances"

    // table people columns: peopleID, lastName, firstName, emailAddress, phone
    // table address columns: id, peopleID, address_line_1, address_line_2, city, state, zip
    // table charges: id, peopleID, date_created, description, type (5=charge; 10=payment), amount
    // table balance: id, peopleID, balance


    ?>
     
    epowelljr, Mar 16, 2012 IP
  4. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    i want to know the core of RDBMS in with example( if possible ).Also i want to know the disadvantages of RDBMS
     
    NothingLikeThis, Mar 17, 2012 IP
  5. epowelljr

    epowelljr Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I don't know this the information that you are requesting.
     
    epowelljr, Mar 17, 2012 IP
  6. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #6
    no problem.:confused: any ways thanks for posting the thread
     
    NothingLikeThis, Mar 18, 2012 IP