4 Please write a querry to find repeated numbers in the
following table.
Table Name: Table1
Field1
10
15
20
15
10

Answer Posted / arun kumar

SELECT Field1 FROM Table1 WHERE Field1%5=0

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a user does not have permission to a table, but has permission to a view created on it, will he be able to view the data in table?

555


Can we check locks in database? If so, how can we do this lock check?

525


What are various limitations of the views?

609


Explain the relational database management system (rdbms)?

524


What is exclusive locks?

535






How do you send email on SQL Server?

584


Why is normalisation important?

500


if no size is defined while creating the database, what size will the database have? : Sql server administration

547


How do I schedule a sql server profiler trace?

538


1.what is the diff between nolock optimizer and read uncommitted isolation? 2.what is the diff between revoke and deny? 3.what is percieved down time? 4.whether password protection are required for backups?if yes why?if no why? 5.what is fill factor? 6.what is cost analysis? 7.what is mean by piece meal restore? 8.what is 'rowguidcol'? 9.impersonate permission? 10.what is selectivity?

1628


What is the cpu pressure?

562


Difference between connected and disconnected database in .net with sql server?

577


When columns are added to existing tables, what do they initially contain?

627


What are partitioned views and distributed partitioned views?

602


What is the maximum size of a dimension? : sql server analysis services, ssas

562