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


Please Help Members By Posting Answers For Below Questions

Explain what are commit and rollback in sql?

523


Differentiate between a local and a global temporary table?

540


Can a table be moved to different filegroup?

562


How do I connect to sql server database?

470


Difference between Logical Page and Physical Page in SSRS.

337






What does executeupdate return?

531


What is use of @@ spid in sql server?

671


How to find Duplicate Records In table?

579


What is normalization? Describe its different types.

578


How to turn off warning messages during php execution?

520


What is sql service broker?

583


What is page-level compression?

545


How to find a value in another dataset based on current dataset field (ssrs 2008 r2)?

114


How to drop an existing table?

545


Which are the third-party tools used in sql server and why would you use them?

490