PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / piko1989
Select distinct hd
from pc
GROUP BY hd
having count(hd)>=2
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a heap?
What is transactional replication?
What do you mean by data integrity?
What is optimization and its types?
Explain the use of containers in ssis and also their types?
How to find the source of a table in sql server?
What is importing utility?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
What are the advantages of partitioning?
How do you rename a table in sql server?
What is snapshot replication?
Mention the command used to rename the database.
What is BLOCK statements in SQL?
how will add additional conditions in sql?
What is the difference between SQL notification and SQL invalidation?