- SQL Server 2014 Development Essentials
- Basit A. Masood Al Farooq
- 127字
- 2021-09-03 10:07:25
Chapter 1. Microsoft SQL Server Database Design Principles
Database design is one of the most important tasks in the Systems Development Life Cycle (SDLC), also referred to as Application Development Life Cycle (ADLC). That's because databases are essential for all businesses, and good design is crucial to any business-critical, high-performance application. Poor database design results in wasted time during the development process and often leads to unusual databases that are unfit for use.
We'll be covering the following topics in this chapter:
- The database design process and considerations
- The table design process, which includes identifying entities and attributes, creating a relationship between entities, and ensuring data integrity
- The basics of data normalization
- The SQL Server database architecture
- The importance of choosing the appropriate data type
推薦閱讀
- PHP動態網站程序設計
- 解構產品經理:互聯網產品策劃入門寶典
- 數據結構和算法基礎(Java語言實現)
- Android Studio Essentials
- 軟件測試項目實戰之性能測試篇
- C語言程序設計
- Easy Web Development with WaveMaker
- ASP.NET 3.5程序設計與項目實踐
- 大學計算機基礎(第2版)(微課版)
- Learning Apache Cassandra
- 大話Java:程序設計從入門到精通
- Clojure Polymorphism
- Building an E-Commerce Application with MEAN
- 新手學Visual C
- Cloud Native Python