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
Explain transaction server implicit?
What are sp_configure commands and set commands?
What is sql profiler. What are the default templates with it? : sql server database administration
Can you explain what are the restrictions applicable while creating views? : SQL Server Architecture
Is port 1433 secure?
What is Replication?
How can we solve concurrency problems?
Are all views updatable ?
How you would rewrite the sql query to return the customerid sorted numerically?
How to insert data with null values?
Explain about service Broker functions?
What is the difference between delete and truncate statements?
What type of Index will get created after executing the above statement?
Please explain go command in sql server?
How do you clear a log file?