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
Which sql server table is used to hold the stored procedure script?
What is @@rowcount in sql?
What is sub-query in sql server?
What are the different types of replication are there in sql server 2000?
What is tcl in sql server?
Explain about Views?
How do I open port 1433?
What are the mathematical functions supported by sql server 2005?
What are the options which must be set to allow the usage of optimistic models?
Why do you need a sql server?
What are the tables in sql?
What are the basic functions for master, msdb, model, tempdb databases?
What is a hint?
What are the steps you can take to avoid “deadlocks”?
Write a code to select distinct records without using the DISTINCT keyword.