In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;
5 23813If you are working on a SQL database and if suddenly a developer changes the code and your queries results start giving errors,how will you check using a T-SQL query (on system tables) that what has changed in the database.
2 7358
What are transactions in sql?
List few advantages of stored procedure.
What is thr feature of change data capture?
What does nvl stand for?
How does SSIS(Sql Server Integration Services) deffer from DTS(Data Transformation Services)?
How to get the definition of a stored procedure back?
What is 'Join' and explain its various types.
After removing a table from database, what other related objects have to be dropped explicitly?
How can I know what locks are running on which resource?
What is the difference between mysql and mysqli?
What are different types of raid levels?
How to assign new column names in a view?
Which are the important points to note when multilanguage data is stored in a table?
Can you move the resources after pausing the node? : sql server database administration
Explain what are the authentication modes in sql server?