SlideShare a Scribd company logo
Άσκηση 4
Kων/να Μουχλιανίτη
1
 Πρωτεύον Κλειδί
◦ Ορισμός
◦ Διαγραφή
2
 Μοναδικό για κάθε εγγραφή
 Πεδίο ή συνδυασμός πεδίων
Ορισμός απλού κλειδιού
create table table_name(
column1_name column1_type primary key,
column2_name column2_type,
……,
columnN_name columnN_type);
Ορισμός σύνθετου κλειδιού
create table table_name(
column1_name column1_type,
column2_name column2_type,
……,
columnN_name columnN_type,
primary key(column1_name [, column2_name,...]));
Αν ο πίνακας υπάρχει
alter table table_name add primary key
(column1_name [, column2_name,...]);
Παράδειγμα
alter table student add primary key(regnum);
describe student;
alter table table_name drop primary key;
Παράδειγμα
alter table student drop primary key;
describe student;
alter table table_name drop primary key;
Παράδειγμα
alter table student drop primary key;
describe student;

More Related Content

PPTX
ECDL Access Σημειώσεις 5/7
DOC
Amany cv
DOC
Kerrang!
PDF
Brouchure siegepub
PPT
Presentación proyecto
ODP
Presentacion
PDF
Medios de comunicacion
ECDL Access Σημειώσεις 5/7
Amany cv
Kerrang!
Brouchure siegepub
Presentación proyecto
Presentacion
Medios de comunicacion

Viewers also liked (17)

PPT
2保健營養學
PDF
Brouchure SiègePub
PDF
Xplod
PPTX
Los pulmones
PPT
WebGIS 2.0: New approaches to democratic public involvement to programming pr...
PPTX
Taller de dirección y control
PDF
CloudDisk
PDF
Amigos de elvis_02
PDF
Vilniaus miesto savivaldybės ataskaita 2013-2014
PDF
Didžioji Vilniaus sinagoga
PDF
Vilniaus miesto savivaldybės ataskaita 2000-2002
ODP
Sin título 1
DOCX
Manual de higiene y seguridad
DOCX
4.1.3 reglamento de higiene y seguridad
PDF
lowRes portfolio
2保健營養學
Brouchure SiègePub
Xplod
Los pulmones
WebGIS 2.0: New approaches to democratic public involvement to programming pr...
Taller de dirección y control
CloudDisk
Amigos de elvis_02
Vilniaus miesto savivaldybės ataskaita 2013-2014
Didžioji Vilniaus sinagoga
Vilniaus miesto savivaldybės ataskaita 2000-2002
Sin título 1
Manual de higiene y seguridad
4.1.3 reglamento de higiene y seguridad
lowRes portfolio
Ad

More from Yanis Manaras (20)

PPT
Webclass admin 4
PPT
What iswebclass 4
PPT
Webclass teacher 4
PPT
Webclass student 4
PPT
Webclass Student
PPTX
Ads 1 fibonacci
PPTX
Ads 1 alt_e
PPTX
Ads 1 common
PPTX
HTML and Javascript
PPTX
Signals
PPT
ΛΣ2_IPC
PPT
ΛΣ1-002
PPTX
Processes
PPT
ΛΣ1-001
PPTX
PPTX
PPT
PPT
PPT
PPT
ΛΣ1FILES1v0
Webclass admin 4
What iswebclass 4
Webclass teacher 4
Webclass student 4
Webclass Student
Ads 1 fibonacci
Ads 1 alt_e
Ads 1 common
HTML and Javascript
Signals
ΛΣ2_IPC
ΛΣ1-002
Processes
ΛΣ1-001
ΛΣ1FILES1v0
Ad

SQL3v2