Home »
Posts tagged design
データベースを選定する基準は何でしょうか? アプリケーションで使用されるリレーショナルデータベー...
Continue reading
2021年10月17日 dba
database
正規化を理解するには、関数従属性を理解する必要があります。関数従属性とは、関係(リレーション)の...
Continue reading
2020年3月18日 dba
database
移行設計(Migration Design)に関する解説 システム再構築等プログラム移行と同時に...
Continue reading
2018年1月26日 dba
database
物理設計(physical design)について 物理設計(physical design)は...
Continue reading
2017年9月7日 dba
database
Oracleのデータブロック構造に関する解説 Oracleのデータブロック構造を知ることは、メモ...
Continue reading
2017年9月7日 dba
database
論理設計するには 論理設計とは何を設計するのか。論理モデルとは何か。正規化とは何か。どのような手...
Continue reading
2017年8月9日 dba
database
項目定義書の必要性 データベースが基幹システムで使用される以前は、データを全社で利用するという考...
Continue reading
2017年8月8日 dba
database
ORACLEのファイル構造を理解する意味 物理設計を行うにはOracleのファイル構造を理解する...
Continue reading
2016年5月31日 dba
database
メモリ領域の設計とは メモリ領域(OracleではSGA:System Grobal Areaと...
Continue reading
2016年4月27日 dba
database
正規化(normalization)とは データベース内のデータ項目の重複と冗長性を排除し、デー...
Continue reading
2016年4月19日 dba
database
DFD(Data Flow Diagram)の解説 DFD(Data Flow Diagram)...
Continue reading
2016年4月18日 dba
database
ER図(Entity Relationship Diagram)とは エンティティ...
Continue reading
2016年4月11日 dba
database, 未分類
エンティティの抽出の方法 エンティティの抽出(Entity-extraction)とは、エンティ...
Continue reading
2016年4月4日 dba
database
概念設計の解説 概念設計(Conceptual Design)とは、システム開発における要件定義...
Continue reading
2016年3月31日 dba
database
運用設計の解説 データベースにおける運用設計(System Operation Design)と...
Continue reading
2016年3月30日 dba
database
詳細設計の解説 詳細設計(Detail Design)とは、一般的に要件定義・基本設計を受けプロ...
Continue reading
2016年3月29日 dba
database
基本設計の解説 基本設計(baseline-design)とは、システム構成を決定することです。...
Continue reading
2016年3月3日 dba
database
要件定義の解説 要件定義(requirement-definition)とは早い話し、システム設...
Continue reading
2016年3月3日 dba
database