adspace
PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / piko1989
Select distinct hd
from pc
GROUP BY hd
having count(hd)>=2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain “row_number()” in sql server with an example?
Can you index views?
Why and when do stored procedure recompile?
What is sql or structured query language?
what is the difference between openrowset and openquery?
What are the kinds of subquery?
What are different types of constraints?
What are the source of constraints?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
How to provide default values to function parameters?
Does view occupy space?
What is an indexed view?
What is in place upgrade in sql server?
How do I find query history in sql server?
What are the different subsets of sql?