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
How to loop through result set objects using mssql_fetch_array()?
What is tcl in sql server?
Can we use trigger new in before insert?
What is not null constraint?
What is the difference between update lock and exclusive lock?
What is the security model used in sql server 2005?
When setting replication, is it possible to have a publisher as 64 bit sql server and distributor or subscribers as a 32 bit sql server?
What is the meaning of sql server?
How do triggers work?
What are the database objects? : SQL Server Architecture
What are data driven subscriptions?
List out the different types of locks available in sql server?
If a stored procedure is taking a table data type, how it looks?
How to use subqueries with the in operators in ms sql server?
What is Transparent Data Encryption?