Tell me what is use of except clause? How it differs from not in clause?
Indexes are updated automatically is the full-text index also updated automatically?
What function does a database engine serve in the sql server?
Explain primary key and foreign key constraints?
Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance
What is a trigger? Why we need it?
Do you know what are various aggregate functions that are available?
In join, which clause in not used?
What is the order in which the SQL query is executed? list them in order.
5 Answers CarrizalSoft Technologies, CTS, Oracle,
hi i am working as a testengineer , so i want to no the backend data base connection can any one tell mwe in detail
When do u use clustered index and non-clustered index?
What is a synonym for manipulation?
Can we do dml on views?