how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
2336Join 3 tables (table1, table2 & table3) in a single query. Inner join should be applied for table1 & table 2 and left outer join for table1 & table3 where table2.dept is ABC
2 79421. SELECT SUM(sal) as “Gross Salary” from EMPLOYEES; 2. SELECT MAX(sal) as “Highest Salary” from EMPLOYEES; ouput should be in table format
2 13619two tables with table name ship(name,year) and battle (name,year),how to find the latest added year in the table ship
1 4016If suppose in a table ship(name,year),find ship name having first and last name(i.e having space in between) ex: SAINT LOUIS,JET LAKE.
4 6626select name of emplyoee whose total salary is 130 from following table. id name salary 1 a 100 2 b 20 3 c 50 1 a 30 2 b 70 Post the resulantant Query?
7 8744here id col have primary key and identity id name 1 a 2 b 3 c 4 d delete 2nd row then o/p will be id name 1 a 3 c 4 d next inssert 2nd row and i want o/p will be id name 1 a 2 e 3 c 4 d
7 9021
What is extent? Types of extents?
How column data types are determined in a view?
Explain the relational database management system (rdbms)?
How can I create a new template for import ? : sql server management studio
What is the purpose of a table?
Can we insert data into view sql server?
Explain about service Broker functions?
what is checksum in sql server.........???
What is difference between Datepart() and Datename() in SqlServer?
How to round a numeric value to a specific precision?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
Explain the truncate command? : SQL Server Architecture
How efficient you are in oracle and SQL server?
What is data compression? : sql server database administration
Difference between uniqe index and uniqe constraint?