adspace
PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / cullen
Select hd from PC
Group by hd
having count(*)>=2
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
Disadvantages of the indexes?
What is self contained sub query?
What are the different SQL Server Versions you have worked on?
Explain “row_number()” in sql server with an example?
explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
Why we use the openxml clause?
How do I find query history in sql server?
what is the difference between openrowset and openquery?
How can you append an identity column to a temporary table?
How to enter binary string literals in ms sql server?
What is a scheduled job or what is a scheduled task?
How can we solve concurrency problems?
What is subquery? Explain the properties of a subquery?
What is a coalesce function?