Write a sql query to get zero records from a table having n number of records?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

what is spatial nonclustered index

0 Answers  


What is a raid and what are different types of raid configurations?

0 Answers  


How to find related tables in sql server?

0 Answers  


How to configure odbc dsn with different port numbers?

0 Answers  


Hi All, I want to display all duplicate records in the table. My query has to fetch all the records which are duplicate(First Name or Last Name). Also I want the ability to also pull names where there might be a middle initial placed in the end of the first name field, (i.e., "Maria Z. " vs. "Maria") as well. Please guide me to find this. Table: ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 4 Shawn Livermore 5 Prem S 6 Jony Hoffman H 7 Zach Modan I need the query to filter......... ID FirstName LastName 1 Zach H Hoffman 2 Zach Hoffman 3 Troy Hoffman 6 Jony Hoffman H 7 Zach Modan I hope this example will give you clear idea..... Thanks in Advance Prem

2 Answers  






What are the differences between stored procedure and view in sql server?

0 Answers  


How do you identify a foreign key?

0 Answers  


What is the full form of ddl?

0 Answers  


What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio

0 Answers  


How to modify the underlying query of an existing view?

0 Answers  


what are the main differences between ms access and sqlserver

1 Answers   C DAC, CDAC,


What is MSDE?

2 Answers  


Categories