How maney row would be print after join if A table have 100 rows and B table have 50 rows...
9 12177Hi 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 4631
Can a table be created inside a trigger?
What is #table in sql server?
How would you go about developing a ssrs report?
What purpose does the model database server?
What are the different methods available under sqlcommand class to access the data?
What are the types of dml?
What are the types of lock supported by ?
Do you know what is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
Explain transaction isolation levels in sql server?
What is data set in report?
What is the difference between getdate and sysdatetime?
What is user-defined function?
what's the difference between a primary key and a unique key? : Sql server database administration
How to add additional conditions in SQL?
Define synonym?