Category: Fundamentals

‘CREATE TABLE’ : create table with composite primary key

‘CREATE TABLE’ : sql create table command with composite primary key.CREATE TABLE statement can be used to create table objects in database. It is possible to add constraints like primary key ,foreign key while table creation.Primary key is the unique identifier for a row of data.