Results 1 to 4 of 4

Thread: What are database architectures in SQL?

  1. #1
    Join Date
    Jan 2011
    Posts
    42

    What are database architectures in SQL?

    Hello friends, I have heard there are different types of database architecture in SQL. But, I am not aware of any of them. I want to know what the database architecture in SQL is. Is it possible to get the information about database architecture in SQL. If anybody can help me in this query then it will be quite easy.

  2. #2
    Join Date
    May 2009
    Posts
    637

    Re: What are database architectures in SQL?

    In single-database architecture the DBMS supports one system wide database. All the information (Order Processing Data, Payroll Data) is stored using single database. All the database tables are owned by single database user. In this architecture various applications can easily refer one another. With proper permissions users can run queries that combine data from the various applications. The size of the database is very huge so not easy to manage. Performing operations like backups, recovering data needs full time administrator

  3. #3
    Join Date
    May 2009
    Posts
    539

    Re: What are database architectures in SQL?

    In multi database architecture each database is assigned a unique name. The information is distributed across multiple databases. The main advantage of the multi database architecture over single database architecture is that it divides the data management tasks into smaller, more manageable pieces. Each person responsible for an application can now be the database administrator of his or her own database.

  4. #4
    Join Date
    May 2009
    Posts
    527

    Re: What are database architectures in SQL?

    The main disadvantage of multi database architecture is that the databases are not connected to each other. Often the DBMS does not support queries across database boundaries, making it impossible to relate data from two applications. If a DBMS uses a multi database architecture and supports queries across databases, it must extend the SQL table and column naming conventions. A qualified table name must specify not only the owner of the table, but also which database contains the tables.

Similar Threads

  1. Replies: 2
    Last Post: 05-10-2011, 02:10 PM
  2. Creating Database link in database
    By Lachlann in forum Software Development
    Replies: 3
    Last Post: 28-01-2010, 01:17 PM
  3. Database Normalization in SQL Database
    By Techno Guru in forum Software Development
    Replies: 5
    Last Post: 23-01-2010, 01:52 PM
  4. convert filemaker pro database to access database
    By Czack in forum MS Office Support
    Replies: 3
    Last Post: 15-04-2007, 01:06 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,718,904,540.40966 seconds with 17 queries