Sie sind auf Seite 1von 1

SQL-- features of SQL.

primary key--
what are the characters of a primary key.
Difference between primary key and unique key.---(nULL VALUES NOT ACCEPTED IN PR
IMARY,UNIQUE ACCEPTS NULL VALUE ONLY ONCE)
VIEWS--?
Normalization--? its Types explain?
Indexes---?
QUERY TO SELECT THE LAST 3 LETTER OF A STRING.-- SELECT name,(SUBSRT(name,-3)) f
rom emp where name is not null;
Subquery--?
Explain DROP and Truncate ??
what is Group by clause?? eg query for gourp by..
what are cursors--?
what are procedures and triggers?

Das könnte Ihnen auch gefallen