explain the difference between oracle- sql and sql server sql ? if both are same y we r using 2 sw.s?
2477hi. suppose one person goal is strong knowledge on SQL.... suggest me ...if he learns SQL SERVER or ORACLE? which is best?
7 14226if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 as it is,how?
1 3696if 3 duplicate records in table,i want to delete 2 alternating duplicate records by keeping 1 duplicate and 1 original as it is,how?
2 3784if 3 duplicate records in a table,i want to delete 2 duplicate records by keeping 1 duplicate and 1 original as it is,how?
5 8757Department ----------- salary Deptname 1000 A 3000 A 2000 B 3000 B 4000 C 5000 C select the deptname where salary >=5000 result should be: Deptname --------- C please post only executed query in SQL server 2005 Asked By: Md. Niyaz
3 5647What is the difference between Temporary table variable and a Table variable? Or Which Table variable I should use inside Stored procedure?
3 8351What is the difference between WHERE AND IN? OR 1. SELECT * FROM EMPLOYEE WHERE EMPID=123 2. SELECT * FROM EMPLOYEE WHERE EMPID IN (123) WHAT IS THE DIFFERENCE?
15 21385
Can we add a cpu to sql server?
How to delete all rows with truncate table statement in ms sql server?
Which table keeps the locking information?
Is a primary key unique?
Is it important for a database administrator to understand the operating system and file access?
Explain the different types of backups available in sql server? : sql server database administration
what are database files and filegroups? : Sql server database administration
What is difference between table aliases and column aliases? Do they affect performance?
What is right outer join in sql server joins?
what is a correlated sub-query? : Sql server database administration
How to list all tables in the database using odbc_tables()?
What are the joins in sql server? : sql server database administration
What are different types of schemas?
If a table does not have a unique index, can a cursor be opened on it?
What are the advantages dts has over bcp?