Tech Point Fundamentals
125 subscribers
6 files
374 links
Articles, tutorials, videos and interview questions related to software development technologies. www.techpointfunda.com. Also please join us on Youtube:

https://www.youtube.com/c/TechPointFundamentals?sub_confirmation=1
Download Telegram
Different Types of SQL JOINs:
------------------------------------------

Q01: What is INNER JOIN?
Q02: What is NON-ANSI JOIN?
Q03: What is ANSI JOIN?
Q04: What is SELF JOIN?
Q05: What is OUTER JOIN?
Q06: What is LEFT OUTER JOIN?
Q07: What is RIGHT OUTER JOIN?
Q08: What is FULL OUTER JOIN?
Q09: What is CROSS JOIN?
Q10: What is the difference between FULL JOIN vs CROSS JOIN?


https://www.techpointfunda.com/2021/11/different-sql-join.html


#sqljoin #sqlinterviewquestionsandanswers #interviewquestionsandanswers #sqlinterview #sql #techpointfundamentals #techpointfunda #techpoint #sqlserver #sqldatabase #sqldeveloper #mssqlserver
Different Ways to Delete Duplicate Records in SQL:
----------------------------------------------------

Q01: How can you check and DELETE the duplicate records using SQL SubQuery?
Q02: How can you check and DELETE the duplicate records using SQL CoRelated SubQuery?
Q03: How can you check and DELETE the duplicate records using IN Clause?
Q04: How can you check and DELETE the duplicate records using JOIN?
Q05: How can you check and DELETE the duplicate records using the Derived Table(DT)?
Q06: How can you check and DELETE the duplicate records using the Common Table Expression (CTE)?
Q07: How can you DELETE the duplicate records using SQL Server integration service(SSIS) in SQL?


https://www.techpointfunda.com/2021/11/deleting-duplicate-records-in-sql.html


#sqldeletingduplicate #sqlinterviewquestionsandanswers #interviewquestionsandanswers #sqlinterview #sql #techpointfundamentals #techpointfunda #techpoint #sqlserver #sqldatabase #sqldeveloper #mssqlserver
Most Frequently Asked .Net Core Interview Questions:
------------------------------------------------------------

I have listed out the most frequently asked .Net Core Interview Questions in this article.

Please walk-through the questions and revise your skills here :)


https://www.techpointfunda.com/2023/09/dotnet-core-common-interview.html


#dotnetcoreinterviewquestions #aspdotnetcore #DotNetCore #coreinterviewquestionsandanswers #CSharpInterviewQuestionsAndAnswers #dotnetInterview #InterviewPreparation #InterviewQuestionsAndAnswers #techpointfundamentals #techpointfunda #techpoint
ROW_NUMBER vs RANK vs DENSE_RANK in SQL:
--------------------------------------------

Q01. What is the ROW_NUMBER() function in SQL?
Q02. What is the RANK() function in SQL?
Q03. What is the DENSE_RANK() function in SQL?
Q04. What is the use of the PARTITION BY clause in SQL?
Q05. Can you use ROW_NUMBER, RANK, or DENSE_RANK function without ORDER BY clause?
Q06. What is the difference between ROW_NUMBER() and RANK() function in SQL?
Q07. What is the difference between RANK() and DENSE_RANK() function in SQL?
Q08. Can you give any real use of ROW_NUMBER() function in SQL?
Q09. Can you give any real use of RANK() function in SQL?
Q10. Can you give any real use of DENSE_RANK() function in SQL?


https://www.youtube.com/watch?v=WgIB2TUD2GQ


#sqlinterviewquestions #mostfrequentlyaskedsqlinterviewquestions #sqlinterviewquestionsandanswers #interviewquestionsandanswers #techpointfundamentals #techpointfunda