English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Write a SQL statement to create a table for employees having any five fields and create a table constraint for the employee table. - Computer Science

Advertisements
Advertisements

Question

Write a SQL statement to create a table for employees having any five fields and create a table constraint for the employee table.

Short Note

Solution

Table: emp
CREATE TABLE emp
(
empno integer NOTNULL,
empfname char(20),
emplname char(20),
Designation char(20),
Basicpay integer,
PRIMARY KEY (empfname,emplname) → Table constraint
);

shaalaa.com
SQL Commands and Their Functions
  Is there an error in this question or solution?
Chapter 12: Structured Query Language (SQL) - Evaluation [Page 231]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 12 TN Board
Chapter 12 Structured Query Language (SQL)
Evaluation | Q 5. | Page 231
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×