Primary Keys
メニューを表示するにはスワイプしてください
A primary key is a column in a table which:
- Has a unique value for each row (no duplicate values);
- Cannot contain an
empty/nullvalue for any row.
A column can be marked as a primary key using the PRIMARY KEY keyword, inside the CREATE statement while creating the respective table.
Demonstration:
すべて明確でしたか?
フィードバックありがとうございます!
セクション 4. 章 8
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 4. 章 8