PC(code, model, speed, ram, hd, cd, price)
Find the hard drive sizes that are equal among two or more
PCs.



Answer Posted / cullen

Select hd from PC
Group by hd
having count(*)>=2

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the events recorded in a transaction log?

546


Explain temporary table vs table variable by using cursor alternative?

514


Differentiate between ms sql server reporting services vs crystal reports?

480


How to create function with parameter in sql server?

549


Where views are stored in sql server?

555






What is the difference between row_number and dense_rank?

436


Write a sql query to display the current date?

624


What is the difference between index seek vs. Index scan?

566


What are types of storage modes? : sql server analysis services, ssas

574


How to convert a numeric expression from one data type to another?

493


When to use null data driven subscription?

146


What is data modification?

503


What does <> symbol mean?

543


Explain a differential backup?

568


What is the difference between dbcc indexdefrag and dbcc reindex?

513