SQL String Interview Question | Interview Question 22

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024
  • Hey guys here with a string sql interview question. Do give it a try and share it in comments.
    SQL Script :
    INSERT INTO labemp (ID, Name, Designation)
    VALUES
    (1, 'ABC', 'Scientist'),
    (2, 'PQR', 'Engineer'),
    (3, 'STU', 'Analyst');
    select * from labemp;
    #dataanalytics #sql #dataengineer #amazon #meta #facebook #placement

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

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

    Nice✌️

  • @dasubabuch1596
    @dasubabuch1596 26 วันที่ผ่านมา

    select Initcap(name)||'('||substr(designation,1,1)||')' as Output from labemp;

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

    so much background noise.🤷‍♂🤷‍♂

    • @Code-Con
      @Code-Con  หลายเดือนก่อน

      will try to improve