How maney row would be print after join if A table have 100 rows and B table have 50 rows...
9 11787Hi 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 4506
ow to bring suspect mode datbase online from scratch
Explain the difference between HTTP and HTTPS in database?
you want to be sure that queries in a database always execute at the maximum possible speed. To achieve this goal you have created various indexes on tables which other statement will keep the database in good condition? : Sql server administration
How do you implement session management in SQL Server mode?
Explain different backup plans?
How to create sub reports?
Can we add our custom code in ssis?
Explain transaction server isolation?
What is extended stored procedures?
What is stored in the mssqlsystemresource database? : sql server database administration
What is table-valued sub query?
What is normalization process?
Can sql server 2016 run on windows 7?
How can sql server instances be hidden?
Differentiate between delete and truncate.