Best SQL Mock Interview | SevenMentor Training

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • Crack your SQL Interview with immense knowledge. SQL is one of the most popular Databases used for Website development. Get trained by certified professionals with practical training in SevenMentor.
    For more Information:
    Visit - www.sevenmento...
    📲Contact - 020 7117 1500
    Follow us on Social Media
    1. Facebook - / sevenmentor
    2. Instagram - / sevenmentor
    3. Twitter - / sevenmentor
    4. UA-cam - / @sevenmentor
    #sql #sqlprogramming #database #databasemanagementsystem #data #sql #sqlserver #technology #website #sqlprogramming #programming #coding #traininginstitute #programming #webdevelopment #mockinterview #mocktest #interviews #technicalinterview #sql_server #sqlite #datamanagement

КОМЕНТАРІ • 30

  • @pallavikumathekar6573
    @pallavikumathekar6573 Рік тому +1

    Informative 👍

  • @bhagyashripatil1628
    @bhagyashripatil1628 Рік тому +1

    Great 👍

  • @KiranVerma-xf9dz
    @KiranVerma-xf9dz Рік тому +1

    Very Informative!

  • @abulhasanath1021
    @abulhasanath1021 7 місяців тому +4

    Sound is not clear enough to understand everything,

  • @deepikakharola7470
    @deepikakharola7470 Рік тому +1

    Nice information

  • @sravansra-1845
    @sravansra-1845 3 місяці тому +2

    The background noise is so high that we cannot hear a clear voice.

  • @deepaverma1919
    @deepaverma1919 Рік тому +1

    Good one!

  • @Surekha_joshi
    @Surekha_joshi 3 місяці тому +2

    Select* from employee
    Order by salary;

  • @RahulBhosle-x9e
    @RahulBhosle-x9e Рік тому +1

    great one

  • @subhasmitapanda6254
    @subhasmitapanda6254 Рік тому +1

    Wow it's great.

  • @saurabhyevale7012
    @saurabhyevale7012 Рік тому

    Good one 👍👍👍

  • @sahilmoraskar
    @sahilmoraskar 6 місяців тому +3

    She has given wrong statement. (Show name having starting with r)
    Select name from student where name like '%r';. (This is right statement)

    • @SevenMentor
      @SevenMentor  6 місяців тому

      ok

    • @shrinivas126
      @shrinivas126 6 місяців тому +6

      hi,
      name starts with r
      select * from student
      where name like 'R%';
      whatever you've given that holds for name ends with r

    • @shubham_paliwal
      @shubham_paliwal 12 днів тому

      The correct query to fetch all the names starting with R is :-
      SELECT name
      FROM student
      WHERE name LIKE "R%"
      % is a wildcard which matches any number of characters after it, so we use r in the starting of the regex pattern.
      Also, please note that by default, the LIKE operator in SQL is usually case-sensitive, so create the regex according to the type of case you have standardized for storing the names in the data, like Title Case, etc.
      Thanks.

  • @amansrivastava2691
    @amansrivastava2691 11 місяців тому +1

    it 's great but its easy question

  • @amalpeters
    @amalpeters 4 місяці тому +1

    Interview will be like this means ,so many peoples will be selected and got offer but real time interview is not like this.

  • @sbmori4913
    @sbmori4913 9 місяців тому +1

    nice mam