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
Is resultset an interface?
What is the purpose of floor function?
What is mean by dml?
Why I can not enter 0.001 second in date and time literals in ms sql server?
Can a table have 2 foreign keys?
What is open database communication (odbc)?
What is the difference between TRUNCATE and DROP?
How do triggers work?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Explain some stored procedure creating best practices or guidelines?
How to enable/disable indexes?
How to find index size for each index on table?
What are the authentication modes in sql server? How can it be changed?
How to define output parameters in stored procedures?
What is surrogate key? : sql server analysis services, ssas