adspace
PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / alci
Select hd
from PC
group by hd
having count(hd)>1
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we shrink data file in sql server?
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
Disadvantages of the indexes?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
List the ways in which dynamic sql can be executed?
How to connect php with different port numbers?
How do I start sql server 2017?
When should you use an instead of trigger?
what is the difference between openrowset and openquery?
What are the pros and cons of putting a scalar function in a queries select list or in the where clause?
How to provide default values to function parameters?
How do I find query history in sql server?
What is sql server query analyzer?
How to rebuild the master database?
What are the different SQL Server Versions you have worked on?