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
How to use clusters?
Tell me what is the difference between locking and multi-versioning?
How do you create an execution plan?
i have made a project i vb.net n created a .exe of it after installing it in to any pc, the database (sql express) is not geting accesed i.e the aplication cuts the link of the database, so plz help in this matter.
What is the log shipping?
How exceptions can be handled in sql server programming?
How do you run a trace?
Can sql server 2016 run on windows 7?
How do I debug a stored procedure in sql server?
Distinguish between nested subquery and correlated subquery?
What is replication with database mirroring? : sql server database administration
What are the advantages of policy management?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
What is the difference in accessing db between sql server vs sql azure?
What are the dmvs?