How maney row would be print after join if A table have 100 rows and B table have 50 rows...
9 11531Hi 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 4413
What factors you will consider calculating the storage requirement for that view?
How real and float literal values are rounded?
Explain the benefits of user-defined functions?
What is cursors?
How do I save a stored procedure in sql server?
What is filtered index?
Does server sql treat char as a variable-length or fixed-length column?
Can you explain the disadvantages/limitation of the cursor?
What is the use of =,==,=== operators?
What are the character string functions supported by sql server 2005?
What is the use of builtinadministrators group in sql server? : sql server security
What are the basic functions for master, msdb, model, tempdb and resource databases?
Can coalesce return null?
What is data block and how to define data block size?
How to perform key word search in tables?