Basic concepts of databases

Source: Internet
Author: User

Database System: database system is a computer systems using database technology, is a database (data) database management system (software) database management personnel (personnel) hardware platform (hardware) and software platform 5 part of the operating entity. (Database Administrator Administrator dba).

 Database Common objects:

  1. Table
  2. Field
  3. Index
  4. View
  5. Stored Procedures

database composition:SQL Server database mainly consists of files and filegroups. All data and objects in the database (table stored procedure triggers) are stored in the file.

  1. File
  2. File groups

  system database:SQL Server has 4 system databases Master,tempdb,model and msdb by default.

  1. The master database is the most important database in SQL Server. He records all system-level information for SLQ server instances, including instance-scoped metadata, endpoints, connection servers, and system configuration settings.
  2. The tempdb database is a staging database that holds temporary objects and intermediate result sets.
  3. The model database is used as a template for all databases created on the instance of SQL Server. Modifications to the model database (if the database size, collation, recovery mode, and other data options) are applied to all databases created later.
  4. The msdb database is used for SQL Server Agent scheduled alerts and jobs.

Basic concepts of databases

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.