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 does the not null constraint do?
What are sql server functions?
how would you troubleshoot blocking? : Sql server database administration
How to configure odbc dsn with different port numbers?
How to execute a sql statement using mssql_query()?
Please explain go command in sql server?
What is self contained sub query?
what is create database syntax? : Sql server database administration
What is de-normalization and what are some of the examples of it?
How do you clear a log file?
Explain what is it unwise to create wide clustered index keys?
Explain filtered indexes benefits?
Explain boyce and codd normal form(bcnf)?
What do you understand by sql server agent?
How can we improve performance by using SQL Server profiler?