Results 1 to 4 of 4

Thread: Database Advantages Multiple Tables

  1. #1
    Join Date
    Jul 2009
    Posts
    2

    Database Advantages Multiple Tables

    I want to create a data base directory in my directory. Now I i am bit confuse between adding table or not. does adding more table will makes my database more complex to use. I want to know is it necessary to create table in it. if yes then what are the advantages and disadvantages of the same. In DBMS what is the importance of tables...???

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: Database Advantages Multiple Tables

    Weather making database relationship? If it is thus, the definition of the relations between the objects is much more easy and intuitive the use of multiple tables. Also aid to avoid that the superfluous data.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Database Advantages Multiple Tables

    One of the advantages of the use of multiple tables is that you can add the tables that the new information without modifying the structure of the existing tables contains. For example, to add information of lists, a new table for the data base is added where the first column contains the identification of the employee and the columns contain the present wage, the previous wage, the advantage payment, and 401 (k) percent. In addition, an access to a small table is more efficient than an access to a great table. Therefore, if it updates the direction of the street of an employee, the table of directions is only updated, without having to accede to any other table in the data base.

  4. #4
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Database Advantages Multiple Tables

    Advantages:
    • Database Structure is Independent.

    • Database access is limited.

    • It is easy to simplify the multiple table to make single virtual table.

    • Gives real time data.

Similar Threads

  1. Why is a tables in a database alisased ?
    By Vaikuntam in forum Software Development
    Replies: 4
    Last Post: 07-01-2011, 06:18 AM
  2. How to fetch records from multiple tables in a database ?
    By kALAMATHI in forum Software Development
    Replies: 4
    Last Post: 29-12-2010, 07:56 AM
  3. External Tables in database
    By Cayden in forum Software Development
    Replies: 4
    Last Post: 17-02-2010, 11:02 PM
  4. Dummy tables in oracle database
    By Norse in forum Software Development
    Replies: 4
    Last Post: 08-02-2010, 09:55 PM
  5. Creating partition of database tables
    By LaMarcus in forum Software Development
    Replies: 4
    Last Post: 30-01-2010, 11:48 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,078,222.75034 seconds with 16 queries