How maney row would be print after join if A table have 100 rows and B table have 50 rows...
9 11528Hi 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 4409
How do I find the size of a sql server database?
What is the maximum size of a dimension? : sql server analysis services, ssas
You want to implement the one-to-one relationship while designing tables. How would you do it?
Can a rule be bound to any column of any data type?
Why should one not prefix user stored procedures with ‘sp_’?
‘Order by’ is not allowed in a view how can you sort information from a view?
Why I am getting "the microsoft .net framework 2.0 in not installed" message?
What is check constraint in sql server?
What is the maximum size of column in sql server?
What is the difference between the application object and session object?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
How do I create a partition table in sql server?
Explain how to send email from sql database?
Can you name some of the dml commands in sql?
Explain nested stored procedure. Syntax and an example for create nested stored procedure?