PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / guest
Select * from PC
group by hd
having count(*)>1
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What is thr feature of change data capture?
How can we determine what objects a user-defined function depends upon?
what is denormalization and when would you go for it? : Sql server database administration
What is the difference between update lock and exclusive lock?
What are statistics?
List the different types of joins?
What is mapping schema?
What is the use of =,==,=== operators?
Is it ok to shrink transaction log?
Explain indexes disadvantages?
Why are sql functions used?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
What is onf in normalization form?
Which sql server table is used to hold the stored procedure scripts?
How many types of the database links?