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
how do you test proper tcp/ip configuration windows machine? : Sql server database administration
What is replication and database mirroring?
What is the difference between commit and rollback?
Mention what are the different types of ssrs reports?
How to define and use table alias names in ms sql server?
What are the different types of locks in the database?
Explain steps of normalization?
What is pessimistic concurrency?
What is the stuff and how does it differ from the replace function?
Why de-normalization required?
What is the purpose of optimization?
What is difference between delete and truncate commands?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What stored by the model?
How to find the service pack installed? : sql server database administration