Add Primary Key to Existing Table using SQL - Oracle Express Edition Tutorial

preview_player
Показать описание
Learn to add Primary Key to Existing Table in Oracle Express Edition using SQL Command ALTER.

Syntax:
-----------------------------------------------------------------
ALTER TABLE TABLENAME
ADD PRIMARY KEY(COLUMNNAME);
-----------------------------------------------------------------

This video shows how to add the primary key constraint to an already created table without data in SQL.
Рекомендации по теме
welcome to shbcf.ru