Deloitte SQL Interview Questions and Answers

Поделиться
HTML-код
  • Опубликовано: 25 авг 2018
  • 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??
  • НаукаНаука

Комментарии • 56

  • @shallychoudhary4969
    @shallychoudhary4969 5 лет назад +11

    Nice explanation of each question

  • @aishwaryajumnani8737
    @aishwaryajumnani8737 3 года назад

    Thank you for all questions and explanations

  • @47tanveer
    @47tanveer 5 лет назад +3

    Hi sir very helpful interview questions
    Can u plz upload some real time telephonic interview for SQL server developer.

  • @ravitejapinapaka3005
    @ravitejapinapaka3005 5 лет назад +1

    Nice Explanation

  • @vdharman1272
    @vdharman1272 5 лет назад +2

    Nice explanation each of questions...

    • @Training2SQLMSBI
      @Training2SQLMSBI  5 лет назад

      Thank for your feedback .. Feeling happy with your feedback ..

  • @felixrajaj6231
    @felixrajaj6231 3 года назад +1

    Very good questions and explanation. Thank you.

  • @daminiogety1258
    @daminiogety1258 23 дня назад

    Thanks sir for nice explanation

  • @srijitkar8143
    @srijitkar8143 2 года назад

    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

  • @dadwilld4209
    @dadwilld4209 5 лет назад

    Very nice...

  • @shantanurauthan9318
    @shantanurauthan9318 5 лет назад +1

    you could have just uploaded the doc from where you were reading that stuff out loud..Anyway your efforts are appreciated

  • @nitagawade3330
    @nitagawade3330 5 лет назад

    Very nicely explained each question... Thank you!!!

  • @lemidebel6396
    @lemidebel6396 4 года назад

    I am using SMS 2016, JOIN works for Table and Table UDF without error

  • @chennareddy8147
    @chennareddy8147 3 года назад +1

    Nice explanation for about interview questions sir

  • @mradulgupta3694
    @mradulgupta3694 2 года назад +1

    Nicely explained.. Thanks

  • @dheerendrakumarjoshi2126
    @dheerendrakumarjoshi2126 5 лет назад

    Nice

  • @gauravjoshi5054
    @gauravjoshi5054 4 года назад

    Helpful info nice explanation

    • @Training2SQLMSBI
      @Training2SQLMSBI  4 года назад

      Thanks for your feedback .. appreciate your time..

  • @iyappanc2747
    @iyappanc2747 5 лет назад +1

    wats the difference between outer apply and left join and right join

  • @zachpan4143
    @zachpan4143 Год назад +1

    Thank you so muchhh❤❤

  • @rishabhjain7777
    @rishabhjain7777 3 года назад +2

    great explanation Thank you 👍

  • @surajkshirsagar6209
    @surajkshirsagar6209 5 лет назад +1

    very good explanation!

  • @monday6740
    @monday6740 5 лет назад

    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

    • @rahulkherde
      @rahulkherde 5 лет назад

      Correct.. delete do a log entry..

    • @ak6877
      @ak6877 5 лет назад

      Those are DML including SELECT

    • @athiraprabhakaran7281
      @athiraprabhakaran7281 5 лет назад +1

      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 .

  • @ranveermishra2
    @ranveermishra2 5 лет назад +1

    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

    • @Training2SQLMSBI
      @Training2SQLMSBI  5 лет назад

      First of all thank for your feedback ..
      Get the year from date of birth column and save in the second table..

    • @Cora-me
      @Cora-me 4 года назад

      Training2SQL MSBI 4
      l o.

  • @mohammedmujtabaahmed8337
    @mohammedmujtabaahmed8337 2 года назад +2

    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

  • @sofinusrat7914
    @sofinusrat7914 5 лет назад

    SQL server use in pdd working kaisay karay ga

  • @saranyakalai4281
    @saranyakalai4281 5 лет назад

    Can u able give ssas training

  • @yashashoysal1763
    @yashashoysal1763 5 лет назад

    set it to 2.0

  • @maheshgupta568
    @maheshgupta568 5 лет назад

    How to truncate command reset Identity column value?

    • @prasadkharate
      @prasadkharate 5 лет назад

      DBCC CHECKIDENT ('tableName', RESEED, 0)

  • @devashishghosh7497
    @devashishghosh7497 Год назад

    Truncate table

  • @pratikmayekar314
    @pratikmayekar314 3 года назад

    Now even truncate can be rolled back😉

  • @alm5966
    @alm5966 5 лет назад +1

    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.

  • @foodislove6295
    @foodislove6295 9 месяцев назад

    why didnt you mention that TRUNCATE frees up the memory which DELETE cant.

  • @nagulapallykumar2401
    @nagulapallykumar2401 2 года назад

    Normalization explaination

  • @gamersglimpse7548
    @gamersglimpse7548 5 лет назад

    Dont u think it was too much add

  • @Anonymous-cj4gy
    @Anonymous-cj4gy 3 года назад

    Truncate can be rolled back if the transaction is not committed.

  • @TheChandansss
    @TheChandansss 5 лет назад +1

    Soo poor in explaining Rank and Dence Rank

    • @abhijeetpandey8052
      @abhijeetpandey8052 4 года назад

      He should have shown with examples keeping same salary