TCS SQL Interview Questions

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Video talks about
    Top SQL Interview Questions
    Top SQL Interview Questions and answers
    sql faq
    sql interview questions qith answers
    Top 10 Frequently Asked Interview Questions in SQL
    Top 10 SQL Interview Questions and Answers
    Video talks about
    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
    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
    Step by step SQL Training videos
    SQL Tutorial
  • НаукаНаука

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

  • @hugokornelis6840
    @hugokornelis6840 6 лет назад +1

    Perfecto, now i will prepare good to my next interview!

  • @svrgowd8262
    @svrgowd8262 6 лет назад +1

    so nice common next program

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

    You have missed to explain difference between joins and union:
    In simple terms, joins combine data into new columns. If two or more tables are joined together, then the data from the first table is shown in one set of column alongside the second table’s column in the same row and so on.
    Unions combine data into new rows. If two or more tables are “unioned” together, then the data from the first table is in one set of rows, and the data from the second table in another set and so on.the rows are in the same result.

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

      thanks !!

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

      @@bcoa57amaykhatri94 Joins are Used to retrive the data from multiple tables in a single time
      Where as the union is used to combine multiple SQL statements into single SQL statements
      In joins comparision Happens Vertically
      In union comparision Horizontally
      For apply join between two table we need some matching from both the table
      For apply Union between two tables we need some prerequisites.

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

    Thank you it was useful

  • @PradeepThayyil
    @PradeepThayyil 4 года назад +1

    Good one

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

      Thanks for your feedback .. appreciate your time..

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

    Thank you. It's very useful.

  • @BHARATHEEYUDU.
    @BHARATHEEYUDU. 2 года назад +1

    Good job

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

    good video session sir

  • @nasrinbanu7113
    @nasrinbanu7113 6 лет назад +11

    Can u please make video on scenario based interview questions for 5 + year experienced in msbi

  • @tvsnmurthy2370
    @tvsnmurthy2370 6 лет назад +9

    too much adds and say watch his videos

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

    Thank you

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

    hi sir saturday i have exam for SQL can you please help me regarding this and in TCS company i have exam and it will be multiple choice questions
    can you share any pdf related to my exam

  • @waseematabassum4413
    @waseematabassum4413 4 года назад +2

    Very good explanation 👍...am having two years of experience in bpo profile recently I trained on SQL and plsql can I move to IT sector isit possible without keeping any fake experience can I get the job....

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

    Max 999 non clustered index can be created on a table...

  • @vani.bhuvanagiri6716
    @vani.bhuvanagiri6716 3 года назад

    Hi, your way of sharing info is good ! Pls share the link to your videos based on SQL topics

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

    Is it for experience ???

  • @rahulkumarsharma1132
    @rahulkumarsharma1132 6 лет назад +1

    Very informative thanks

    • @Training2SQLMSBI
      @Training2SQLMSBI  6 лет назад +1

      Thanks for your feedback .. appreciate your time...

    • @rahulkumarsharma1132
      @rahulkumarsharma1132 6 лет назад +1

      Training2SQL MSBI kindly upload more interview questiona for 6 to 8 yrs experience holders

    • @Training2SQLMSBI
      @Training2SQLMSBI  6 лет назад +1

      sure .. thanks for watching...

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

    Hi
    I have table with millions records
    How to excute and hoe to optimize
    I created indexes also

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

    Hello andi, I want to learn sql server and msbi.

  • @Ranjay_Kumar
    @Ranjay_Kumar 6 лет назад +10

    Too much ads....

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

    thank you for the video. i had a question on a complex query. if i want to transfer data from table A to table B , how can i do that using sql? plus , Table A’s col-1 data should be transferred to col-2 of Table B, Table A col-2 to Table B col-3 and so on

    • @CRVgarage
      @CRVgarage 5 лет назад +4

      Insert into tableB (col2, col3)
      Select col1, col2 from tableA
      Run both statements at a time & you will be good.

  • @arunrocketz
    @arunrocketz 4 года назад +1

    we can use out parameter in function

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

      But it's create some prblm when u execute the query..I'm little bit confused somewhere it's say yes somewhere it's say no🥺

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

    String functions

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

    Is it useful to learn MSBI? I Mean any openings

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

      We have couple of openings now a days .. its up to you on upskilling ...

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

    Nice explanation for about interview questions

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

    Is this DBA or developer

  • @nareshteju1687
    @nareshteju1687 4 года назад +1

    Q)
    I have 5 flat files in a folder we need to process 1st flat file and need to skip the 2nd flat file ,again need to process the 3rd flatfile.and need to skip the 4th flat file again need to process the 5th flat file for loading the data to destination...How do we achieve this?????

  • @sureshreddy-mq7rm
    @sureshreddy-mq7rm 4 года назад

    How to get first & last record from the table in sql server ?

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

      multiple ways to get it.. Sort the data in asc/desc and take top 1 in both the cases. Or use row number with sub query get the values.

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

      @@Training2SQLMSBI true

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

    Tcs interview questions okala vuntay vere company aithe okala vuntaya😂😂😂😂😂😂😂😂😂😂😂😂😂

  • @RajeevKumar-jt8vl
    @RajeevKumar-jt8vl 5 лет назад +1

    hi sir you explaining way are not well not understand exact meaning what you want to say....

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

    how to remove duplicates rows entire table ,can u plz answer

  • @harishallu9370
    @harishallu9370 6 лет назад +1

    hi sir learning course link and interview topics

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

    Create procedure based on 2 parameters are state and city.
    1. If I pass state then get employee details state wise
    2. If I pass city then get employee details city wise
    3. If I pass both then get employee details of state and city.

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

      Create a procedure with state & city parameters. Inside the procedure, write select statements using IF, ELSE IF & ELSE. So based on the parameters passed by the user, respective select statements get executed. Hope it helps.

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

    dai .................

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

    We can use transaction commands (rollback, commit ) in truncate

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

      No, we can't

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

      yes. we can use.

    • @vinayreddy98
      @vinayreddy98 4 года назад +1

      Hii, DDL commands are auto commited they cannot be rolled back,

    • @MaheshBabu-vq7qk
      @MaheshBabu-vq7qk 3 года назад

      In SQL Server Delete, Truncate and Drop commands can be ROLLED back without any issues only when they are used in transactions.

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

      No

  • @harshneema8961
    @harshneema8961 6 лет назад

    Can anyone please tell me how to give the table name dynamically in SELECT query. Thanks in advance.

    • @naidugedala2777
      @naidugedala2777 6 лет назад

      You to need to create table or check the table?

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

      use dynamic SQL quires
      DECLARE @sqlCommand varchar(1000)
      DECLARE @tableName varchar(75)
      SET @tableName = '''Employee'''
      SET @sqlCommand = 'SELECT * from ' + @tableName
      EXEC (@sqlCommand)

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

    What is the use of this video..every time you say u have to watch your video for each question...