PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.
Answer Posted / sandeep
Select hd from PC
Group by hd
having count(hd)<>1
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
how can you check the level of fragmentation on a table? : Sql server administration
How global temporary tables are represented and its scope?
Can binary strings be converted into numeric or float data types?
What is a transaction and why is it important?
What is view in sql?
Which language is supported by sql server?
What is a trigger and types of a trigger?
How to delete existing rows in a table?
What causes index fragmentation?
What is user-defined function?
What are the source of constraints?
What are commonly used mssql functions in php?
Would you store your query in a ssrs report or a database server? State the reason why?
What new changes are being made in SQL Server?
Explain what is the main purpose of having conversation group?