ETL Testing | Substring and concatenation based Interview questions | Answering subscribers doubts

#etlqalabs #etl #sqlinterviewquestionsandanswers #linux
In this Video , I have answered SQL related questions from subscribers . These questions are basic but interesting :
1) Data migration and Database Migration ?
2) What is SQL , SQL server , MYSQL etc..
3) How to extract substring from a field and use concatenation operator in Oracle?
Video on Substr and INSTR if you want to learn basics
• substr in Sql | SUBSTR...
Playlists for your reference:
ETL Testing Tutorial for begginers and advanced level :
• ETL Testing
SQL Tutorial for begginers and advanced level :
• SQL Tutorial for Begin...
Linux Tutorial for beginners and advanced level:
• Linux for Testers
Data Warehousing Tutorial for beginners and advanced level:
• Data Warehousing concepts
Hey Guys,
If you’re enjoying this video and you’d like to support this channel, please do to consider subscribe this channel! It might seem small, but hitting that subscribe button helps alot and means more contents in future.

Пікірлер: 29

  • @shireenjm7159
    @shireenjm71592 жыл бұрын

    Thanks for clearing my doubt sir. No one there for me to clarification. U r the only hope to understand my questions. Really am saying on your channel only am learning ETL Testing. It's very much helpful to me.

  • @ragajyoti2577
    @ragajyoti2577 Жыл бұрын

    Thanks

  • @Shubhshinde94
    @Shubhshinde942 жыл бұрын

    💯 sir thank you

  • @rajt5218
    @rajt52182 жыл бұрын

    Helpful...

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Keep watching

  • @suprabhatmohod3064
    @suprabhatmohod30642 жыл бұрын

    Sir can you make a video on how to write test scenarios and test cases in ETL. And sir one more thing video on LEFT side is not visible clear.thank you so much for valuable guidance and knowledge

  • @etltesting6148
    @etltesting61482 жыл бұрын

    Simply do => Select SUBSTR(‘Mayank’,2,1) || SUBSTR(‘Mayank’,4,1) from Dual ; Result :- aa U can also try on actual table Select SUBSTR (ename,2,1) || SUBSTR (ename,4,1) from employees; Result for Mayank is => aa

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Yes this is static solution and generally not a practical requirement . You generally need a solution that works for a variety of data within that column hence I have used instr function to locate the occurrence of 2 occurrence and extracted . So query may like this - find all the values in ename who are having 2 or more a’s . Just an example . Hope this clarifies

  • @kiranpatil4968
    @kiranpatil49682 жыл бұрын

    Display empid, emp fullname in one column and his manager -id, manager fullname in another column eg(employeeid_employee name) (managerid, managername) concact in single query

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Select empid||empname as empDetails , mgrid||mgrname as managerDetails from emp It's simple, not sure if i understand your question

  • @etltesting6148
    @etltesting61482 жыл бұрын

    In this session , when we use Instr for emp table like … let’s consider Query:- Select INSTR(‘ANDREAS’ , ‘a’,1,1) from dual ; It return 0 Because that ‘a’ is case sensitive that’s why not counting if we give ‘A’ then it will take count and return 1. In Mayank name a is small letter that’s why taking 1st occurrence is at 2nd position that’s why return 2 Correct me if I am wrong

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    That's right . It’s case sensitive and when it doesn’t find the match it returns the 0

  • @majanbimudagal4027
    @majanbimudagal40272 жыл бұрын

    Please do video on all type of validation ,how to do count,minus all types of validation

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please do watch my recent upload. I have covered there. Hope that helps

  • @bic171
    @bic1712 жыл бұрын

    Please make video on table validation and how to analyse if we found mismatch between source and target

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please do watch my recent upload on real time mini project

  • @abu8678
    @abu86782 жыл бұрын

    Please make vedio on table validation in database...

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please watch my recent upload which covers relational target validations and also quite of other videos in the ETL Testing playlist covers these validations . Do let me know if you have any specific points to cover .

  • @rajasekarp.v.8364
    @rajasekarp.v.83642 жыл бұрын

    Can you please explain agile methodology sir ..thanks in advance

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please do watch recent upload . Hope you get insights in agile methodology

  • @kiranpatil4968
    @kiranpatil49682 жыл бұрын

    Display list of employees having first name David or diana without using like, or, operator hint(any/ all operator)

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Hi , please share me some example for both of your questions

  • @mohammedsaifmansabdar3647
    @mohammedsaifmansabdar36472 жыл бұрын

    Please make video on how to do validation in database and how to come to know that this is bug and how to analyse that bug

  • @waseemAkram-qc2vm

    @waseemAkram-qc2vm

    2 жыл бұрын

    Yes sir we want this video

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please watch my recent upload . I have covered some information there.hope that be helpful

  • @majanbimudagal4027
    @majanbimudagal40272 жыл бұрын

    Please take example and show how to do validation and all kind of bug

  • @waseemAkram-qc2vm

    @waseemAkram-qc2vm

    2 жыл бұрын

    Yes we need one video

  • @etlqalabs5048

    @etlqalabs5048

    2 жыл бұрын

    Please do watch my recent upload on mini real time project.

  • @waseemAkram-qc2vm

    @waseemAkram-qc2vm

    2 жыл бұрын

    @@etlqalabs5048 thanks for uploading

Келесі