Deloitte SQL Interview Questions and Answers
ฝัง
- เผยแพร่เมื่อ 7 ก.พ. 2025
- This video talks about
Deloitte SQL Interview Questions and Answers
Top SQL Interview Questions
Top SQL Interview Questions and answers
sql faq
sql interview questions with answers
Top 10 SQL Interview Questions and Answers
Deloitte Interview Questions and Answers
Deloitte Questions with Answers
SQL Procedure Interview Questions
SQL Interview Questions
SQL Interview Questions and answers
Top SQL Interview Questions
SQL Interview call
SQL FAQ's
top sql faq
sql training videos
sql stored procedure
stored procedure in sql server
sql server interview questions and answers for experienced
advantages of using stored procedure
sql procedure questions
differences between Stored Procedure and Functions in SQL
What are stored procedures-Advantages of Stored procedures in sql
sql tutorial
SQL Server Interview Questions and Answers: For All Database Developers and Developers Administrators
a.What is Truncate in SQL?
Syntax : Truncate Table Table Name
b. What is Cross apply?
join table and table valued function ..
c. What is Outer apply?
d. What is Rank function in SQL Server?
e. Is there any other function which generates rank(similar) in sql server?
f. What are all the indexes you used in your project?
g. What is the normalization and its purpose?? - วิทยาศาสตร์และเทคโนโลยี
Nice explanation of each question
Thanks for your feedback .. appreciate your time..
Thanx for giving valuable information....
@@Training2SQLMSBI ఉప f
Thanks sir for nice explanation
Most welcome
Nice explanation for about interview questions sir
Thanks and welcome
1:30 DELETE causes redo, TRUNCATE does not, if I am correct (on Oracle at least), because DELETE is part of INSERT/UPDATE/DELETE set, and TRUNCATE is not
Correct.. delete do a log entry..
Those are DML including SELECT
Truncate is a DDL command and all DDLs are auto commit.. where as Delete is a DML command.. so u can roll back after performing delete .
Very good questions and explanation. Thank you.
You are welcome!
Nicely explained.. Thanks
You are welcome
For the question of cross apply function i hope it can be dont via left/right join also as you need data from other table also which are not common value
you could have just uploaded the doc from where you were reading that stuff out loud..Anyway your efforts are appreciated
Nice Explanation
Arent these a bit too simple for Deloitte ? I was under the assumption that tech rounds will be very difficult in these consulting companies. TCS, Accenture, Deloitte etc
Thank you so muchhh❤❤
thanks for your valuable feedback.
Hi sir very helpful interview questions
Can u plz upload some real time telephonic interview for SQL server developer.
Thank you for all questions and explanations
Nice explanation each of questions...
Thank for your feedback .. Feeling happy with your feedback ..
I am using SMS 2016, JOIN works for Table and Table UDF without error
wats the difference between outer apply and left join and right join
Helpful info nice explanation
Thanks for your feedback .. appreciate your time..
Very nice...
why didnt you mention that TRUNCATE frees up the memory which DELETE cant.
Hello sir i like to tell you i following your video ..its very helpful...i have question copy one table to another table change the datetime(dt of brth column) format to year (birth year) how we can achive this plz if you can suggest i will be thankful to you
First of all thank for your feedback ..
Get the year from date of birth column and save in the second table..
Training2SQL MSBI 4
l o.
great explanation Thank you 👍
You are welcome!
Nice
Now even truncate can be rolled back😉
How?
Here's one for you....find your most important table and enter Truncate and the table name and press enter! It's so much fun.
Truncate table
SQL server use in pdd working kaisay karay ga
Very nicely explained each question... Thank you!!!
Can u able give ssas training
How to truncate command reset Identity column value?
DBCC CHECKIDENT ('tableName', RESEED, 0)
very good explanation!
Thanks for your feedback ..
Normalization explaination
Dont u think it was too much add
set it to 2.0
Truncate can be rolled back if the transaction is not committed.
Soo poor in explaining Rank and Dence Rank
He should have shown with examples keeping same salary