PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / cullen
Select hd from PC
Group by hd
having count(*)>=2
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do we synchronize On-Premise SQL server with SQL Azure?
What is merge?
What are the character string functions supported by sql server 2005?
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
What is the main purpose of having conversation group?
What is difference between rollback immediate and with no_wait during alter database?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
Explain ms sql server reporting services vs crystal reports?
what is isolation level at dead lock?
Explain why variables called the most powerful component of ssis?
Explain some stored procedure creating best practices or guidelines?
How to update muliple row in single query?
What are recommended options to be used while using db mirroring? : sql server database administration
Explain for xml explicit mode?
What is difference between stored procedure and user defined function?