|

Creating Oracle PL/SQL Tables for Intercollegiate Athletic Database – Data Warehousing

Creating Oracle  tables for Intercollegiate Athletic Database.

Part of Assignment one of Data Warehousing for Business Intelligence on Coursera

After creating the tables lets insert values

 

In case you want to change a constraint on a field, you can use a syntax examples as the following.

ALTER TABLE FACILITY
ADD CONSTRAINT UNQ_FAC UNIQUE (FACNAME)

 

This adds a UNIQUE constraint to Field name FACNAME

Want more information like this?

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *