PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.



Answer Posted / rafal

select hd
from PC
group by hd having count(model) >= 2

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain about merge replications?

588


When would you use the stored procedures or functions?

567


what is the system function to get current user's user id? : Sql server database administration

543


What language is sql server written in?

523


what's the information that can be stored inside a bit column? : Sql server database administration

521






When to use null data driven subscription?

144


List down some advantages of sql stored procedure?

546


Explain where clause?

531


what are triggers? : Sql server database administration

491


Can we use where and having clause together?

504


What is the difference between ‘having’ clause and a ‘where’ clause?

538


Explain stored procedure?

590


How to choose all records from the table?

644


Write a Select Query to display title for each group of records, which are collected with Compute Clause? Like titlefield column-A column-B ..... ..... ..... Sum ... titlefield column-A column-B ..... ..... ..... Sum ...

1566


How to delete database objects with "drop" statements in ms sql server?

586