ACCENTURE SQL INTERVIEW QUESTION | Delete permutations

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

ความคิดเห็น • 12

  • @whitecrowuk575
    @whitecrowuk575 2 หลายเดือนก่อน

    Dynamic query to create a temp table with X columns being length of a string / number. Then create ( dynamically) a multiple while loop for each column to insert a digit that hasn’t been used in previous columns. Iterate from 1-4 each loop. Simple.

  • @DB-bk4bf
    @DB-bk4bf 3 หลายเดือนก่อน

    Nice video and concept sir.

  • @sz6618
    @sz6618 3 หลายเดือนก่อน

    Please add create insert script

    • @datasculptor2895
      @datasculptor2895  3 หลายเดือนก่อน

      Script for?

    • @sz6618
      @sz6618 3 หลายเดือนก่อน

      @@datasculptor2895 insert data script

  • @UnrealAdi
    @UnrealAdi 3 หลายเดือนก่อน

    Script Please

    • @datasculptor2895
      @datasculptor2895  3 หลายเดือนก่อน

      Is script required?

    • @arjundev4908
      @arjundev4908 2 หลายเดือนก่อน

      @@datasculptor2895 Insert statements for them to try out.

  • @darrylw99
    @darrylw99 2 หลายเดือนก่อน

    it looked a good concept until i saw you hard coding ALL of the stages. not much use in the real, dynamic world. Despite a few ppl asking for the script, Yesit would be good to attach it to EVERY video you do

    • @datasculptor2895
      @datasculptor2895  2 หลายเดือนก่อน

      Sorry!! I do not agree. Why would you like to have a script? It's just a number as an input. The question was to first find out all the permutations with the required input number and then remove permutations where there are consecutive numbers.

    • @arjundev4908
      @arjundev4908 2 หลายเดือนก่อน

      @@datasculptor2895 Hey buddy, They are asking insert statements for them to try out. nevertheless you are doing good job. DML is what they asking for.