How maney row would be print after join if A table have 100 rows and B table have 50 rows...
9 12141Hi 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 4622
What is a trace frag? Where do we use it?
Explain nested join?
Can we perform backup restore operation on tempdb? : sql server database administration
What are the tables in sql?
What is instead of trigger sql server?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
What are sql dirty pages?
What is dirty read?
How many types of keys are there?
What is the synonym of join?
what are the different types of replication you can set up in sql server? : Sql server database administration
What is the maximum size of column in sql server?
Explain the categories of stored procedure i.e. System stored procedure, local stored procedure, temporary stored procedure, extended stored procedure, remote stored procedure?
What are the steps to follow to configure SQL*Net?
List out different types of normalizations in sql server and explain each of them?