7 most asked SQL Support Interview Questions | SQL String operations | questions asked by companies

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

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

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

    Please watch out our other videos on the same which can also help you :
    Debug shell script : ruclips.net/video/UhoEa3UZP70/видео.html
    Unix web automation with powerful command - cURL : ruclips.net/video/RGh0SBB8Yt4/видео.html
    Powerful command : Unix Stream editor : ruclips.net/video/YFePtq6LsQY/видео.html
    Unix objective test questions : ruclips.net/video/ZtFR3umJ0oQ/видео.html
    Scenario based unix support interview question & answer : ruclips.net/video/Ye-J2EVRFcM/видео.html
    Unix commands cheatsheet : ruclips.net/video/8B9FVE99wT8/видео.html
    7 SQL Support Interview Questions : ruclips.net/video/wxupxpgCuws/видео.html
    SQL employee salary department scenario questions : ruclips.net/video/6FeF0MPHsT8/видео.html

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

    Thanks please upload more videos containing more imp Q and A

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

    make video on Scenario based sql support interview question & answer

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

    Your videos are so helpful. Can you please upload how to monitor in autosys

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

      sure my friend, will do that as well.

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

    Thanks a ton.. was looking for this absurdly

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

    Sql support is same as application support???

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

    tthese questions asked for fresher or experianced

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

      sometimes experienced cannot answer to these questions, have seen it as I keep taking interviews for my organization…

  • @VinayKumar-it1ek
    @VinayKumar-it1ek 3 года назад +1

    How is the career growth in SQL support?
    Can someone guide me on this.

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

      Learn SQL and carpentry and you'll never starve

  • @nirmalrawal9191
    @nirmalrawal9191 11 месяцев назад

    INITCAP is not a function in T-SQL
    Hence this would be correct
    select
    left(upper(First_Name), 1) + right(lower(First_Name), LEN(First_Name) - 1)
    from EMPLOYEE;
    Note: I am a beginner, so there may be a better way.