PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / sandeep
Select hd from PC
Group by hd
having count(hd)<>1
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
What is cursors? And what are the different types of cursor?
Explain logical operators in sql server?
What happens on checkpoint?
what are the new features introduced in sql server 2000? : Sql server database administration
What is an expression in ms sql server?
How to convert a unicode strings to non-unicode strings?
What is failover clustering overview?
What are orphan records?
What happens if you add a new index to large table?
What are null values in ms sql server?
Does partitioning improve performance sql server?
How would you use user_constraints table in DB?
What is the syntax for encrypting a column in SQL Server?
What is the difference between coalesce() & isnull()?
How to create a testing table with test data in ms sql server?