PGDCA System Engineering, RDBMS & SQL - SET 2
KERALA STATE RUTRONIX System Engineering, RDBMS & SQL (PGDCA) Question code : E5 Maximum Marks : 100 Time : 2 hours (Note: Write the answers for Questions from 1 to 30 in the MCQ answer sheet) Part - I Choose the most appropriate answer (10 X 1 Mark = 10 Marks) 1) ........... decision follow a set of organization formulated rules and regulations a) Structured b) Semi Partially structured c) Unstructured d) data structures 2) Which SQL command is used to define the primary key for a new table called "student" with primary column to be "studid? a) ALTER TABLE student ADD PRIMARY KEY(studid") b) ATTACH TO TABLE student PRIMARY KEY studid c) ALTER TABLE student ASSIGN PRIMARY KEY(studid) d) ALTER TABLE student ADD PRIMARY KEY(studid) 3) In a relational schema, each tuple is divided into fields called...