Database
 sql >> Baza danych >  >> RDS >> Database

115 najważniejszych pytań do wywiadu SQL, które musisz przygotować w 2022 r.

RDBMS to jedna z najczęściej używanych dotychczas baz danych, a zatem umiejętności związane z SQL są niezbędne w większości stanowisk pracy. W tym artykule z pytaniami dotyczącymi wywiadu SQL przedstawię najczęściej zadawane pytania dotyczące języka SQL (Structured Query Language). Ten artykuł jest idealnym przewodnikiem do poznania wszystkich pojęć związanych z SQL, Oracle, MS SQL Server i bazą danych MySQL. Nasz artykuł na temat 65 najczęściej zadawanych pytań do wywiadu dotyczącego SQL to jedno źródło informacji skąd możesz przyspieszyć przygotowanie się do rozmowy kwalifikacyjnej.

Chcesz podnieść swoje umiejętności, aby awansować w swojej karierze? Sprawdź Najpopularniejsze technologie .

Zacznijmy!

Pytania do wywiadu SQL

  1. Jaka jest różnica między SQL a MySQL?
  2. Jakie są różne podzbiory SQL?
  3. Co rozumiesz przez DBMS? Jakie są jego rodzaje?
  4. Co rozumiesz przez tabelę i pole w SQL?
  5. Co to są złączenia w SQL?
  6. Jaka jest różnica między typem danych CHAR i VARCHAR2 w SQL?
  7. Co to jest klucz podstawowy?
  8. Co to są ograniczenia?
  9. Jaka jest różnica między instrukcjami DELETE i TRUNCATE?
  10. Co to jest klucz unikalny?

P1. Jaka jest różnica między SQL a MySQL?

SQL a MySQL

SQL MySQL
SQL to standardowy język, który oznacza Structured Query Language oparty na język angielski MySQL to system zarządzania bazą danych.
SQL jest rdzeniem relacyjnej bazy danych, która służy do uzyskiwania dostępu do bazy danych i zarządzania nią

MySQL to RDMS (Relational Database Management System), taki jak SQL Server, Informix itp.

P2. Jakie są różne podzbiory SQL?

  • Język definicji danych (DDL) — umożliwia wykonywanie różnych operacji na bazie danych, takich jak obiekty CREATE, ALTER i DELETE.
  • Język manipulacji danymi (DML) — umożliwia dostęp do danych i manipulowanie nimi. Pomaga wstawiać, aktualizować, usuwać i pobierać dane z bazy danych.
  • Język kontroli danych (DCL) — umożliwia kontrolę dostępu do bazy danych. Przykład – przyznaj, cofnij uprawnienia dostępu.

Q3. Co masz na myśli przez DBMS? Jakie są jego rodzaje?

System zarządzania bazą danych (SZBD ) to aplikacja, która współdziała z użytkownikiem, aplikacjami i samą bazą danych w celu przechwytywania i analizowania danych. Baza danych to uporządkowany zbiór danych.

DBMS umożliwia użytkownikowi interakcję z bazą danych. Dane przechowywane w bazie danych można modyfikować, pobierać i usuwać i mogą być dowolnego typu, np. ciągi, liczby, obrazy itp.

Istnieją dwa rodzaje DBMS:

  • System zarządzania relacyjną bazą danych :Dane są przechowywane w relacjach (tabelach). Przykład – MySQL.
  • System zarządzania nierelacyjną bazą danych :Nie ma pojęcia relacji, krotek i atrybutów. Przykład – MongoDB

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.

P4. Co to jest RDBMS? Czym różni się od DBMS?

System zarządzania relacyjnymi bazami danych (RDBMS) to zestaw aplikacji i funkcji, które umożliwiają informatykom i innym osobom tworzenie, edytowanie, administrowanie i interakcję z relacyjnymi bazami danych. Większość komercyjnych systemów zarządzania relacyjnymi bazami danych korzysta ze strukturalnego języka zapytań (SQL) w celu uzyskania dostępu do bazy danych, która jest przechowywana w postaci tabel.
RDBMS jest najczęściej używanym systemem baz danych w firmach na całym świecie. Oferuje stabilne sposoby przechowywania i pobierania ogromnych ilości danych.

Bazy danych na ogół przechowują zbiory danych, do których można uzyskać dostęp i które mogą być używane w innych aplikacjach. Rozwój, administracja i korzystanie z platform baz danych są obsługiwane przez system zarządzania bazami danych.

Relacyjny system zarządzania bazą danych (RDBMS) to rodzaj systemu zarządzania bazą danych (DBMS), który przechowuje dane w opartej na wierszach strukturze tabeli, która łączy powiązane komponenty danych. RDBMS zawiera funkcje, które zapewniają bezpieczeństwo, dokładność, integralność i spójność danych. To nie to samo, co przechowywanie plików wykorzystywane przez system zarządzania bazą danych.

Poniżej przedstawiono kilka dalszych różnic między systemami zarządzania bazami danych a systemami zarządzania relacyjnymi bazami danych:

Liczba użytkowników, którzy mogą korzystać z systemu
DBMS może obsługiwać tylko jednego użytkownika na raz, podczas gdy RDBMS może obsługiwać wielu użytkowników.
Specyfikacje sprzętu i oprogramowania
W porównaniu do RDBMS, DBMS wymaga mniej oprogramowania i sprzętu.
Ilość informacji
RDBMSy mogą obsługiwać dowolną ilość danych, od małych do ogromnych, podczas gdy DBMS są ograniczone do niewielkich ilości.
Struktura bazy danych
Dane są przechowywane w formacie hierarchicznym w DBMS, podczas gdy RDBMS wykorzystuje tabelę z nagłówkami, które służą jako nazwy kolumn i wiersze, które przechowują powiązane wartości.
Wdrożenie zasady ACID
Koncepcja atomowości, spójności, izolacji i trwałości (ACID) nie jest używana przez DBMS do przechowywania danych. Z drugiej strony systemy RDBMS wykorzystują model ACID do organizowania swoich danych i zapewniania spójności.
Dystrybuowane bazy danych
DBMS nie zapewni pełnej obsługi rozproszonych baz danych, podczas gdy RDBMS będzie.
Zarządzane programy
DBMS koncentruje się na utrzymywaniu baz danych obecnych w sieci komputerowej i systemowych dyskach twardych, podczas gdy RDBMS pomaga zarządzać relacjami między wbudowanymi tabelami danych.
Obsługiwana jest normalizacja baz danych
RDBMS może być znormalizowany, ale DBMS nie może być znormalizowany.

P5. Co to jest samodołączenie?

Samosprzężenie to rodzaj sprzężenia, którego można użyć do połączenia dwóch tabel. W rezultacie jest to związek jednoargumentowy. Każdy wiersz tabeli jest dołączony do siebie i wszystkich innych wierszy tej samej tabeli w sposób samozłączny. W rezultacie łączenie własne jest najczęściej używane do łączenia i porównywania wierszy z tej samej tabeli bazy danych.

P6. Co to jest instrukcja SELECT?

Polecenie SELECT pobiera zero lub więcej wierszy z jednej lub więcej tabel lub widoków bazy danych. Najczęstszym poleceniem języka manipulacji danymi (DML) jest SELECT w większości aplikacji. Zapytania SELECT definiują zbiór wyników, ale nie sposób jego obliczania, ponieważ SQL jest deklaratywnym językiem programowania.

P7. Jakie są typowe klauzule używane z zapytaniem SELECT w SQL?

Poniżej znajdują się niektóre często używane klauzule SQL w połączeniu z zapytaniem SELECT:

GDZIE klauzula:W SQL klauzula WHERE służy do filtrowania rekordów, które są wymagane w zależności od określonych kryteriów.
ZAMÓW PRZEZ Klauzula:Klauzula ORDER BY w SQL służy do sortowania danych w porządku rosnącym (ASC) lub malejącym (DESC) w zależności od określonych pól (DESC).
GRUPUJ WG klauzula:Klauzula GROUP BY w SQL służy do grupowania wpisów z identycznymi danymi i może być używana z metodami agregacji w celu uzyskania podsumowanych wyników bazy danych.
POSIADAJĄC Klauzula w języku SQL służy do filtrowania rekordów w połączeniu z klauzulą ​​GROUP BY. Różni się od WHERE, ponieważ klauzula WHERE nie może filtrować zagregowanych rekordów.

P8. Co to są polecenia UNION, MINUS i INTERSECT?

Operator UNION służy do łączenia wyników dwóch tabel przy jednoczesnym usuwaniu zduplikowanych wpisów.
Operator MINUS służy do zwracania wierszy z pierwszego zapytania, ale nie z drugiego zapytania.
Operator INTERSECT służy do łączenia wyników obu zapytań w jeden wiersz.
Przed uruchomieniem którejkolwiek z powyższych instrukcji SQL należy spełnić pewne wymagania –
W klauzuli każde zapytanie SELECT musi mieć taką samą liczbę kolumn.
Typy danych w kolumnach również muszą być porównywalne.
W każdej instrukcji SELECT kolumny muszą być w tej samej kolejności.

P9. Co to jest kursor? Jak używać kursora?

Po dowolnej deklaracji zmiennej, DECLARE kursora. Instrukcja SELECT musi być zawsze połączona z definicją kursora.

Aby uruchomić zestaw wyników, przesuń nad nim kursor. Przed uzyskaniem wierszy z zestawu wyników należy wykonać instrukcję OPEN.

Aby pobrać i przejść do następnego wiersza w zestawie wyników, użyj polecenia FETCH.

Aby wyłączyć kursor, użyj polecenia ZAMKNIJ.

Na koniec użyj polecenia DEALLOCATE, aby usunąć definicję kursora i zwolnić powiązane z nią zasoby.

P10. Wymień różne typy relacji w SQL.

W bazie danych istnieją różne typy relacji:

Jeden na jeden – Jest to połączenie między dwiema tabelami, w którym każdy rekord w jednej tabeli odpowiada maksymalnie jednemu rekordowi w drugiej.

Jeden-do-wielu i Wiele-do-jednego – Jest to najczęstsze połączenie, w którym rekord w jednej tabeli jest połączony z kilkoma rekordami w innej.

Wiele do wielu – Jest to używane podczas definiowania relacji, która wymaga kilku wystąpień po każdej stronie.

Relacje do siebie samego – Kiedy tabela musi zadeklarować połączenie ze sobą, jest to metoda do zastosowania.

P12. Co to jest OLTP?

OLTP, czyli przetwarzanie transakcyjne online, umożliwia ogromnym grupom ludzi wykonywanie ogromnych ilości transakcji bazodanowych w czasie rzeczywistym, zwykle przez Internet. Transakcja bazy danych ma miejsce, gdy dane w bazie danych są zmieniane, wstawiane, usuwane lub odpytywane.

P13. Jakie są różnice między OLTP i OLAP?

OLTP oznacza przetwarzanie transakcji online, podczas gdy OLAP oznacza przetwarzanie analityczne online. OLTP to internetowy system modyfikacji bazy danych, podczas gdy OLAP to internetowy system odpowiedzi na zapytania do bazy danych.

P14. Jak utworzyć puste tabele o takiej samej strukturze jak inna tabela?

Aby utworzyć puste tabele:
Używając operatora INTO do pobrania rekordów jednej tabeli do nowej tabeli, przy jednoczesnym ustawieniu klauzuli WHERE na false dla wszystkich wpisów, możliwe jest tworzenie pustych tabel o tej samej strukturze. W rezultacie SQL tworzy nową tabelę ze zduplikowaną strukturą, aby zaakceptować pobrane wpisy, ale nic nie jest przechowywane w nowej tabeli, ponieważ klauzula WHERE jest aktywna.

P15. Co to jest PostgreSQL?

W 1986 roku zespół kierowany przez profesora informatyki Michaela Stonebrakera stworzył PostgreSQL pod nazwą Postgres. Został stworzony, aby pomóc programistom w rozwoju aplikacji na poziomie korporacyjnym, zapewniając integralność danych i odporność na błędy w systemach. PostgreSQL jest wszechstronnym, odpornym systemem open source do zarządzania obiektowo-relacyjnymi bazami danych, obsługującym zmienne obciążenia i jednoczesnych użytkowników. Międzynarodowa społeczność programistów stale ją wspiera. PostgreSQL cieszy się dużym zainteresowaniem wśród programistów ze względu na jego odporność na błędy.
Jest to bardzo niezawodny system zarządzania bazami danych, z ponad dwiema dekadami pracy społeczności, które zawdzięczają wysokiemu poziomowi odporności, integralności i dokładności. Wiele aplikacji internetowych, mobilnych, geoprzestrzennych i analitycznych wykorzystuje PostgreSQL jako podstawowe przechowywanie danych lub hurtownię danych.

P16. Co to są komentarze SQL?

Komentarze SQL służą do wyjaśniania fragmentów instrukcji SQL i zapobiegania wykonywaniu instrukcji SQL. Komentarze są dość ważne w wielu językach programowania. Komentarze nie są obsługiwane przez bazę danych Microsoft Access. W rezultacie baza danych Microsoft Access jest używana w przykładach w Mozilla Firefox i Microsoft Edge.
Komentarze jednowierszowe:rozpoczyna się od dwóch kolejnych myślników (–).
Komentarze wielowierszowe:zaczyna się od /* i kończy na */.

P17. Jakie jest zastosowanie funkcji NVL()?

Możesz użyć funkcji NVL, aby zastąpić wartości null wartością domyślną. Funkcja zwraca wartość drugiego parametru, jeśli pierwszy parametr ma wartość null. Jeśli pierwszy parametr jest inny niż null, pozostaje sam.

Ta funkcja jest używana w Oracle, a nie w SQL i MySQL. Zamiast funkcji NVL(), MySQL ma funkcję IFNULL(), a SQL Server ma funkcję ISNULL().

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.

P18. Wyjaśnij funkcje manipulacji znakami? Wyjaśnia różne typy w SQL.

Zmieniaj, wyodrębniaj i edytuj ciąg znaków za pomocą procedur manipulacji znakami. Funkcja wykona swoje działanie na ciągach wejściowych i zwróci wynik, gdy zostanie do niej dostarczony jeden lub więcej znaków i słów.

Funkcje manipulacji znakami w SQL są następujące:

A) CONCAT (łączenie dwóch lub więcej wartości):Ta funkcja służy do łączenia dwóch lub więcej wartości. Drugi ciąg jest zawsze dodawany na końcu pierwszego ciągu.

B) SUBSTR:Ta funkcja zwraca segment ciągu od podanego punktu początkowego do określonego punktu końcowego.

C) DŁUGOŚĆ:Ta funkcja zwraca długość ciągu w postaci liczbowej, w tym spacje.

D) INSTR:Ta funkcja oblicza dokładną liczbową lokalizację znaku lub słowa w ciągu.

E) LPAD:W przypadku wartości wyrównanych do prawej zwraca dopełnienie wartości znaku po lewej stronie.

F) RPAD:W przypadku wartości wyrównanej do lewej zwraca dopełnienie wartości znaku po prawej stronie.

G) TRIM:Ta funkcja usuwa wszystkie zdefiniowane znaki z początku, końca lub obu końców ciągu. Zmniejszyło to również ilość marnowanej przestrzeni.

H) REPLACE:Ta funkcja zastępuje wszystkie wystąpienia słowa lub sekcji ciągu (podciągu) inną określoną wartością ciągu.

P19. Napisz zapytanie SQL, aby uzyskać trzecie maksymalne wynagrodzenie pracownika z tabeli o nazwie Pracownicy.

Tabela pracowników

nazwa_pracownika wynagrodzenie
A 24000
C 34000
D 55 000
E 75000
F 21000
G 40000
H 50000

WYBIERZ * Z(

SELECT nazwa_pracownika, wynagrodzenie, DENSE_RANK()

PONAD(ORDER WEDŁUG WYNAGRODZENIA DESC)r OD Pracownika)

GDZIE r=&n;

Aby znaleźć trzecią najwyższą pensję zestaw n =3

P20. Jaka jest różnica między funkcjami RANK() i DENSE_RANK()?

Funkcja RANK() w zestawie wyników definiuje rangę każdego wiersza w uporządkowanej partycji. Jeśli oba wiersze mają tę samą rangę, następną liczbą w rankingu będzie poprzednia pozycja plus liczba duplikatów. Jeśli na przykład mamy trzy rekordy na pozycji 4, następny wskazany poziom to 7.

Funkcja DENSE_RANK() przypisuje odrębną rangę do każdego wiersza w partycji na podstawie podanej wartości kolumny, bez przerw. Zawsze wskazuje ranking w kolejności pierwszeństwa. Ta funkcja przypisze tę samą rangę do dwóch wierszy, jeśli mają tę samą rangę, przy czym następna pozycja będzie kolejnym kolejnym numerem. Jeśli na przykład mamy trzy rekordy na 4 pozycji, następny wskazany poziom to 5.

P21. Co to są tabele i pola?

Tabela to zbiór składników danych zorganizowanych w wiersze i kolumny w relacyjnej bazie danych. Tabela może być również traktowana jako użyteczna reprezentacja relacji. Najbardziej podstawową formą przechowywania danych jest tabela. Poniżej przedstawiono przykładową tabelę pracowników.

Identyfikator Nazwa Dział Wynagrodzenie
1 Rahul Sprzedaż 24000
2 Rohini Marketing 34000
3 Shylesh Sprzedaż 24000
4 Tarun Analityka 30000

Rekord lub wiersz to pojedynczy wpis w tabeli. W tabeli rekord reprezentuje zbiór połączonych danych. Na przykład tabela Pracownik zawiera cztery rekordy.

Tabela składa się z wielu rekordów (wierszy), z których każdy można podzielić na mniejsze jednostki zwane polami (kolumnami). ID, Imię i Nazwisko, Dział i Wynagrodzenie to cztery pola w powyższej tabeli Pracownik.

P22. Co to jest UNIKALNE ograniczenie?

Ograniczenie UNIQUE zapobiega pojawianiu się identycznych wartości w kolumnie w dwóch rekordach. Ograniczenie UNIQUE gwarantuje, że każda wartość w kolumnie jest unikalna.

P23. Co to jest samodołączenie?

Samosprzężenie to rodzaj sprzężenia, którego można użyć do połączenia dwóch tabel. W rezultacie jest to związek jednoargumentowy. Każdy wiersz tabeli jest dołączony do siebie i wszystkich innych wierszy tej samej tabeli w sposób samozłączny. W rezultacie łączenie własne jest najczęściej używane do łączenia i porównywania wierszy z tej samej tabeli bazy danych.

P24. Co to jest instrukcja SELECT?

Polecenie SELECT pobiera zero lub więcej wierszy z jednej lub więcej tabel lub widoków bazy danych. Najczęstszym poleceniem języka manipulacji danymi (DML) jest SELECT w większości aplikacji. Zapytania SELECT definiują zbiór wyników, ale nie sposób jego obliczania, ponieważ SQL jest deklaratywnym językiem programowania.

P25. Jakie są typowe klauzule używane z zapytaniem SELECT w SQL?

Poniżej znajdują się niektóre często używane klauzule SQL w połączeniu z zapytaniem SELECT:

Klauzula WHERE:W SQL klauzula WHERE służy do filtrowania rekordów, które są wymagane w zależności od określonych kryteriów.
Klauzula ORDER BY:Klauzula ORDER BY w SQL służy do sortowania danych w porządku rosnącym (ASC) lub malejącym (DESC) w zależności od określonych pól (DESC).
Klauzula GROUP BY:Klauzula GROUP BY w SQL służy do grupowania wpisów z identycznymi danymi i może być używana z metodami agregacji w celu uzyskania podsumowanych wyników bazy danych.
Klauzula HAVING w języku SQL służy do filtrowania rekordów w połączeniu z klauzulą ​​GROUP BY. Różni się od WHERE, ponieważ klauzula WHERE nie może filtrować zagregowanych rekordów.

P26. Co to są polecenia UNION, MINUS i INTERSECT?

Operator UNION służy do łączenia wyników dwóch tabel przy jednoczesnym usuwaniu zduplikowanych wpisów.

Operator MINUS służy do zwracania wierszy z pierwszego zapytania, ale nie z drugiego zapytania.

Operator INTERSECT służy do łączenia wyników obu zapytań w jeden wiersz.
Przed uruchomieniem którejkolwiek z powyższych instrukcji SQL należy spełnić pewne wymagania –

W klauzuli każde zapytanie SELECT musi mieć taką samą liczbę kolumn.

Typy danych w kolumnach również muszą być porównywalne.

W każdej instrukcji SELECT kolumny muszą być w tej samej kolejności.

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.

P27. Co to jest kursor? Jak używać kursora?

Po dowolnej deklaracji zmiennej, DECLARE kursora. Instrukcja SELECT musi być zawsze połączona z definicją kursora.

Aby uruchomić zestaw wyników, przesuń nad nim kursor. Przed uzyskaniem wierszy z zestawu wyników należy wykonać instrukcję OPEN.

Aby pobrać i przejść do następnego wiersza w zestawie wyników, użyj polecenia FETCH.

Aby wyłączyć kursor, użyj polecenia ZAMKNIJ.

Na koniec użyj polecenia DEALLOCATE, aby usunąć definicję kursora i zwolnić powiązane z nią zasoby.

P28. Wymień różne typy relacji w SQL.

W bazie danych istnieją różne typy relacji:
Jeden do jednego — jest to połączenie między dwiema tabelami, w którym każdy rekord w jednej tabeli odpowiada maksymalnie jednemu rekordowi w drugiej.
Jeden do wielu i wiele do jednego — jest to najczęstsze połączenie, w którym rekord w jednej tabeli jest połączony z kilkoma rekordami w innej.
Wiele do wielu — jest używany podczas definiowania relacji, która wymaga kilku wystąpień po każdej stronie.
Relacje do siebie — gdy tabela musi zadeklarować połączenie ze sobą, jest to metoda do zastosowania.

P29. Jaki jest przykład SQL?

SQL to język zapytań bazy danych, który umożliwia edycję, usuwanie i żądanie danych z baz danych. Poniższe instrukcje to kilka przykładów instrukcji SQL:

  • WYBIERZ
  • WSTAW
  • AKTUALIZACJA
  • USUŃ
  • UTWÓRZ BAZĘ DANYCH
  • ZMIANA BAZY DANYCH

P30. Jakie są podstawowe umiejętności SQL?

Umiejętności SQL pomagają analitykom danych w tworzeniu, utrzymywaniu i pobieraniu danych z relacyjnych baz danych, które dzielą dane na kolumny i wiersze. Umożliwia także użytkownikom wydajne pobieranie, aktualizowanie, manipulowanie, wstawianie i zmienianie danych.

Najbardziej podstawowe umiejętności, jakie powinien posiadać ekspert SQL, to:

  1. Zarządzanie bazą danych
  2. Strukturyzacja bazy danych
  3. Tworzenie klauzul i instrukcji SQL
  4. Umiejętności systemowe SQL, takie jak MYSQL, PostgreSQL
  5. Doświadczenie PHP jest przydatne.
  6. Analizuj dane SQL
  7. Używanie WAMP z SQL do tworzenia bazy danych
  8. Umiejętności OLAP

P31. Co to jest schemat w SQL Server?

Schemat to wizualna reprezentacja bazy danych, która jest logiczna. Buduje i precyzuje relacje pomiędzy licznymi podmiotami bazy danych. Odnosi się do kilku rodzajów ograniczeń, które można zastosować do bazy danych. Opisuje również różne rodzaje danych. Może być również używany w tabelach i widokach.

Schematy mają różne kształty i rozmiary. Schemat gwiaździsty i schemat płatka śniegu to dwa najpopularniejsze. Jednostki w schemacie gwiaździstym są reprezentowane w formie gwiazdy, podczas gdy te w schemacie typu płatek śniegu są przedstawione w kształcie płatka śniegu.
Każda architektura bazy danych jest zbudowana na fundamencie schematów.


P32. Jak utworzyć tabelę tymczasową w SQL Server?

Tabele tymczasowe są tworzone w TempDB i są usuwane automatycznie po zamknięciu ostatniego połączenia. Możemy używać tymczasowych tabel do przechowywania i przetwarzania wyników pośrednich. Gdy potrzebujemy przechowywać dane tymczasowe, przydają się tabele tymczasowe.

Poniżej znajduje się składnia tworzenia tabeli tymczasowej:

CREATE TABLE #Pracownik (identyfikator INT, nazwa VARCHAR(25))
WSTAWIĆ W #WARTOŚCI PRACOWNIKA (01, „Ashish”), (02, „Atul”)

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.


P33. Jak zainstalować SQL Server w Windows 11?

Zainstaluj SQL Server Management Studio w Windows 11

Krok 1: Kliknij SSMS, co przeniesie Cię na stronę SQL Server Management Studio.

Krok 2: Ponadto kliknij łącze SQL Server Management Studio i dotknij Zapisz plik.

Krok 3: Zapisz ten plik na dysku lokalnym i przejdź do folderu.

Krok 4: Pojawi się okno konfiguracji, w którym możesz wybrać lokalizację, w której chcesz zapisać plik.
Krok 5: Kliknij Zainstaluj.
Krok 6: Zamknij okno po zakończeniu instalacji.
Krok 7: Ponadto wróć do menu Start i wyszukaj studio zarządzania serwerem SQL.

Krok 8: Co więcej, kliknij go dwukrotnie, a strona logowania pojawi się, gdy się pojawi.

Krok 9: Powinieneś być w stanie zobaczyć nazwę swojego serwera. Jeśli jednak nie jest to widoczne, kliknij strzałkę w dół na serwerze i wybierz Przeglądaj.

Krok 10: Wybierz serwer SQL i kliknij Połącz.

Następnie serwer SQL połączy się, a Windows 11 będzie działał dobrze.

P34. Jak wygląda sytuacja w SQL Server?

Instrukcja CASE służy do konstruowania logiki, w której wartość jednej kolumny jest określona przez wartości innych kolumn.

Co najmniej jeden zestaw poleceń WHEN i THEN tworzy instrukcję CASE programu SQL Server. Testowany warunek jest określony przez instrukcję WHEN. Jeśli warunek WHEN zwraca TRUE, zdanie THEN wyjaśnia, co zrobić.

Jeśli żaden z warunków WHEN nie zwraca wartości true, wykonywana jest instrukcja ELSE. Słowo kluczowe END zamyka instrukcję CASE.

CASE
WHEN condition1 THEN result1
WHEN condition2 THEN result2
WHEN conditionN THEN resultN
ELSE result
END;

P35. NoSQL kontra SQL

Podsumowując, poniżej przedstawiono pięć głównych różnic między SQL i NoSQL:

Relacyjne bazy danych to SQL, podczas gdy nierelacyjne bazy danych to NoSQL.

Bazy danych SQL mają określony schemat i wykorzystują ustrukturyzowany język zapytań. W przypadku danych nieustrukturyzowanych bazy danych NoSQL używają dynamicznych schematów.

Bazy danych SQL skalują się w pionie, ale bazy danych NoSQL skalują się w poziomie.

Bazy danych NoSQL to magazyny dokumentów, klucz-wartość, wykresy lub szerokie kolumny, podczas gdy bazy danych SQL są oparte na tabelach.

Bazy danych SQL przodują w transakcjach wielowierszowych, podczas gdy NoSQL przoduje w danych nieustrukturyzowanych, takich jak dokumenty i JSON.

P36. Jaka jest różnica między NOW() a CURRENT_DATE()?
NOW() zwraca stały czas, który wskazuje czas, w którym instrukcja zaczęła się wykonywać. (W ramach przechowywanej funkcji lub wyzwalacza funkcja NOW() zwraca czas, w którym funkcja lub instrukcja wyzwalająca zaczęła się wykonywać.
Prosta różnica między NOW() i CURRENT_DATE() polega na tym, że NOW() pobierze bieżącą datę i godzinę w formacie „RRRR-MM_DD GG:MM:SS”, podczas gdy CURRENT_DATE() pobierze datę bieżącego dnia „RRRR -MM_DD”.

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.

P37. Co to są BLOB i TEXT w MySQL?

BLOB oznacza Binary Huge Objects i może być używany do przechowywania danych binarnych, podczas gdy TEKST może być używany do przechowywania dużej liczby ciągów. BLOB może być używany do przechowywania danych binarnych, które obejmują obrazy, filmy, dźwięk i aplikacje.
Wartości BLOB działają podobnie do ciągów bajtów i nie mają zestawu znaków. W rezultacie wartości liczbowe bajtów są całkowicie zależne od porównania i sortowania.
Wartości TEKST zachowują się podobnie do ciągu znaków lub ciągu niebinarnego. Porównanie/sortowanie TEKSTU jest całkowicie zależne od zbioru zestawu znaków.

P38. Jak usunąć zduplikowane wiersze w SQL?

Jeśli tabela SQL zawiera zduplikowane wiersze, zduplikowane wiersze należy usunąć.

Załóżmy poniższą tabelę jako nasz zbiór danych:

Identyfikator Nazwa Wiek
1 A 21
2 B 23
2 B 23
4 D 22
5 E 25
6 G 26
5 E 25

Następujące zapytanie SQL usuwa zduplikowane identyfikatory z tabeli:

USUŃ Z tabeli WHERE ID IN (
WYBIERZ
ID, LICZBA (ID)
OD tabeli
GRUPUJ WEDŁUG ID
MAJĄCY
LICZBA (ID)> 1);

P39. Jak utworzyć procedurę składowaną za pomocą SQL Server?

Procedura składowana to fragment przygotowanego kodu SQL, który można wielokrotnie zapisywać i używać ponownie.
Jeśli więc często tworzysz zapytanie SQL, zapisz je jako procedurę składowaną, a następnie wywołaj je, aby je uruchomić.
Możesz również dostarczyć parametry do procedury składowanej, aby działała na podstawie wartości podanych parametrów.

Składnia procedury przechowywanej

CREATE PROCEDURE nazwa_procedury

JAK

sql_statement

Idź;

Wykonaj procedurę składowaną

EXEC nazwa_procedury;


P40. Co to jest testowanie czarnej skrzynki bazy danych?

Black Box Testing to podejście do testowania oprogramowania, które obejmuje testowanie funkcji aplikacji bez znajomości wewnętrznej struktury kodu, szczegółów implementacji lub wewnętrznych tras. Testowanie czarnej skrzynki to rodzaj testowania oprogramowania, który koncentruje się na wejściu i wyjściu aplikacji i jest całkowicie uzależniony od wymagań i specyfikacji oprogramowania. Testy behawioralne to inna nazwa.


P41. Jakie są różne typy piaskownicy SQL?

SQL Sandbox to bezpieczne środowisko w ramach SQL Server, w którym można uruchamiać niezaufane programy. Istnieją trzy różne typy piaskownic SQL:

Piaskownica bezpiecznego dostępu:w tym środowisku użytkownik może wykonywać czynności SQL, takie jak budowanie procedur składowanych, wyzwalaczy itd., ale nie może uzyskać dostępu do pamięci ani tworzyć plików.

Piaskownica dla dostępu zewnętrznego:użytkownicy mogą uzyskiwać dostęp do plików bez możliwości zmiany alokacji pamięci.

Niebezpieczny dostęp do piaskownicy:Zawiera niewiarygodny kod, który umożliwia użytkownikowi dostęp do pamięci.

Przejdźmy do następnego pytania w tych pytaniach dotyczących wywiadu SQL.

P42. Gdzie przechowywana jest tabela MyISAM?

Przed wprowadzeniem MySQL 5.5 w grudniu 2009, MyISAM był domyślnym silnikiem pamięci masowej dla wersji systemu zarządzania relacyjnymi bazami danych MySQL. Jest oparty na starszym kodzie ISAM, ale zawiera wiele dodatkowych funkcji. Każda tabela MyISAM jest podzielona na trzy pliki na dysku (jeśli nie jest podzielona na partycje). Nazwy plików zaczynają się od nazwy tabeli i kończą rozszerzeniem wskazującym typ pliku. Definicja tabeli jest przechowywana w pliku.frm, jednak ten plik nie jest częścią silnika MyISAM; zamiast tego jest częścią serwera. Sufiks pliku danych to .MYD (MYData). Rozszerzenie pliku indeksu to.MYI (MYIndex). Jeśli utracisz plik indeksu, zawsze możesz go przywrócić, odtwarzając indeksy.

P43. Jak znaleźć n-tą najwyższą pensję w SQL?
Najbardziej typowym pytaniem podczas rozmowy kwalifikacyjnej jest znalezienie N-tej najwyższej pensji w tabeli. Tę pracę można wykonać za pomocą gęstej funkcji rank().
Tabela pracowników

nazwa_pracownika wynagrodzenie
A 24000
C 34000
D 55 000
E 75000
F 21000
G 40000
H 50000

WYBIERZ * Z(

SELECT nazwa_pracownika, wynagrodzenie, DENSE_RANK()

PONAD(ORDER WEDŁUG WYNAGRODZENIA DESC)r OD Pracownika)

GDZIE r=&n;

Aby znaleźć do drugiego najwyższego zestawu n =2

Aby znaleźć trzecią najwyższą pensję ustaw n =3 i tak dalej.

P44. Co rozumiesz przez tabelę i pole w SQL?

Tabela odnosi się do zbioru danych w zorganizowany sposób w postaci wierszy i kolumn. Pole odnosi się do liczby kolumn w tabeli. Na przykład:

Tabela :Informacja dla studentów
Field :Stu Id, Stu Name, Stu Marks

Q45. What are joins in SQL?

A JOIN clause is used to combine rows from two or more tables, based on a related column between them. It is used to merge two tables or retrieve data from there. There are 4 types of joins, as you can refer to below:

  • Inner join: Inner Join in SQL is the most common type of join. It is used to return all the rows from multiple tables where the join condition is satisfied.
  • Left Join: Left Join in SQL is used to return all the rows from the left table but only the matching rows from the right table where the join condition is fulfilled.

  • Right Join: Right Join in SQL is used to return all the rows from the right table but only the matching rows from the left table where the join condition is fulfilled.

  • Full Join: Full join returns all the records when there is a match in any of the tables. Therefore, it returns all the rows from the left-hand side table and all the rows from the right-hand side table.

Let’s move to the next question in this SQL Interview Questions.

Q46. What is the difference between CHAR and VARCHAR2 datatype in SQL?

Both Char and Varchar2 are used for characters datatype but varchar2 is used for character strings of variable length whereas Char is used for strings of fixed length. For example, char(10) can only store 10 characters and will not be able to store a string of any other length whereas varchar2(10) can store any length i.e 6,8,2 in this variable.

Q47. What is a Primary key?

  • A Primary key in SQL is a column (or collection of columns) or a set of columns that uniquely identifies each row in the table.
  • Uniquely identifies a single row in the table
  • Null values not allowed

Example- In the Student table, Stu_ID is the primary key.

Q48. What are Constraints?

Constraints in SQL are used to specify the limit on the data type of the table. It can be specified while creating or altering the table statement. The sample of constraints are:

  • NOT NULL
  • CHECK
  • DEFAULT
  • UNIQUE
  • PRIMARY KEY
  • FOREIGN KEY

Q49. What is the difference between DELETE and TRUNCATE statements?

DELETE vs TRUNCATE

DELETE TRUNCATE
Delete command is used to delete a row in a table. Truncate is used to delete all the rows from a table.
You can rollback data after using delete statement. You cannot rollback data.
It is a DML command. It is a DDL command.
It is slower than truncate statement. It is faster.

Q50. What is a Unique key?

  • Uniquely identifies a single row in the table.
  • Multiple values allowed per table.
  • Null values allowed.

Apart from this SQL Interview Questions blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q51. What is a Foreign key in SQL?

  • Foreign key maintains referential integrity by enforcing a link between the data in two tables.
  • The foreign key in the child table references the primary key in the parent table.
  • The foreign key constraint prevents actions that would destroy links between the child and parent tables.

Q52. What do you mean by data integrity?

Data Integrity defines the accuracy as well as the consistency of the data stored in a database. It also defines integrity constraints to enforce business rules on the data when it is entered into an application or a database.

Q53. What is the difference between clustered and non-clustered index in SQL?

The differences between the clustered and non clustered index in SQL are :

  1. Clustered index is used for easy retrieval of data from the database and its faster whereas reading from non clustered index is relatively slower.
  2. Clustered index alters the way records are stored in a database as it sorts out rows by the column which is set to be clustered index whereas in a non clustered index, it does not alter the way it was stored but it creates a separate object within a table which points back to the original table rows after searching.
  3. One table can only have one clustered index whereas it can have many non clustered index.

Q54. Write a SQL query to display the current date?

In SQL, there is a built-in function called GetDate() which helps to return the current timestamp/date.

Q55. What do you understand by query optimization?

The phase that identifies a plan for evaluation query which has the least estimated cost is known as query optimization.

The advantages of query optimization are as follows:

  • The output is provided faster
  • A larger number of queries can be executed in less time
  • Reduces time and space complexity

Q56. What do you mean by Denormalization?

Denormalization refers to a technique which is used to access data from higher to lower forms of a database. It helps the database managers to increase the performance of the entire infrastructure as it introduces redundancy into a table. It adds the redundant data into a table by incorporating database queries that combine data from various tables into a single table.

Q57. What are Entities and Relationships?

Entities :A person, place, or thing in the real world about which data can be stored in a database. Tables store data that represents one type of entity. For example – A bank database has a customer table to store customer information. The customer table stores this information as a set of attributes (columns within the table) for each customer.

Relationships :Relation or links between entities that have something to do with each other. For example – The customer name is related to the customer account number and contact information, which might be in the same table. There can also be relationships between separate tables (for example, customer to accounts).

Let’s move to the next question in this SQL Interview Questions.


Q58. What is an Index?

An index refers to a performance tuning method of allowing faster retrieval of records from the table. An index creates an entry for each value and hence it will be faster to retrieve data.

Q59 . Explain different types of index in SQL.

There are three types of index in SQL namely:

Unique Index:

This index does not allow the field to have duplicate values if the column is unique indexed. If a primary key is defined, a unique index can be applied automatically.

Clustered Index:

This index reorders the physical order of the table and searches based on the basis of key values. Each table can only have one clustered index.

Non-Clustered Index:

Non-Clustered Index does not alter the physical order of the table and maintains a logical order of the data. Each table can have many nonclustered indexes.

Q60. What is Normalization and what are the advantages of it?

Normalization in SQL is the process of organizing data to avoid duplication and redundancy. Some of the advantages are:

  • Better Database organization
  • More Tables with smaller rows
  • Efficient data access
  • Greater Flexibility for Queries
  • Quickly find the information
  • Easier to implement Security
  • Allows easy modification
  • Reduction of redundant and duplicate data
  • More Compact Database
  • Ensure Consistent data after modification

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q61. What is the difference between DROP and TRUNCATE commands?

DROP command removes a table and it cannot be rolled back from the database whereas TRUNCATE command removes all the rows from the table.

Q62. Explain different types of Normalization.

There are many successive levels of normalization. These are called normal forms . Each consecutive normal form depends on the previous one.The first three normal forms are usually adequate.

Normal Forms are used in database tables to remove or decrease duplication. The following are the many forms:

First Normal Form:
When every attribute in a relation is a single-valued attribute, it is said to be in first normal form. The first normal form is broken when a relation has a composite or multi-valued property.

Second Normal Form:

A relation is in second normal form if it meets the first normal form’s requirements and does not contain any partial dependencies. In 2NF, a relation has no partial dependence, which means it has no non-prime attribute that is dependent on any suitable subset of any table candidate key. Often, the problem may be solved by setting a single column Primary Key.

Third Normal Form:
If a relation meets the requirements for the second normal form and there is no transitive dependency, it is said to be in the third normal form.

Q63. What is OLTP?

OLTP, or online transactional processing, allows huge groups of people to execute massive amounts of database transactions in real time, usually via the internet. A database transaction occurs when data in a database is changed, inserted, deleted, or queried.

What are the differences between OLTP and OLAP?

OLTP stands for online transaction processing, whereas OLAP stands for online analytical processing. OLTP is an online database modification system, whereas OLAP is an online database query response system.

Q64. How to create empty tables with the same structure as another table?

To create empty tables:

Using the INTO operator to fetch the records of one table into a new table while setting a WHERE clause to false for all entries, it is possible to create empty tables with the same structure. As a result, SQL creates a new table with a duplicate structure to accept the fetched entries, but nothing is stored into the new table since the WHERE clause is active.

Q65. What is PostgreSQL?

In 1986, a team lead by Computer Science Professor Michael Stonebraker created PostgreSQL under the name Postgres. It was created to aid developers in the development of enterprise-level applications by ensuring data integrity and fault tolerance in systems. PostgreSQL is an enterprise-level, versatile, resilient, open-source, object-relational database management system that supports variable workloads and concurrent users. The international developer community has constantly backed it. PostgreSQL has achieved significant appeal among developers because to its fault-tolerant characteristics.
It’s a very reliable database management system, with more than two decades of community work to thank for its high levels of resiliency, integrity, and accuracy. Many online, mobile, geospatial, and analytics applications utilise PostgreSQL as their primary data storage or data warehouse.

Q66. What are SQL comments?

SQL Comments are used to clarify portions of SQL statements and to prevent SQL statements from being executed. Comments are quite important in many programming languages. The comments are not supported by a Microsoft Access database. As a result, the Microsoft Access database is used in the examples in Mozilla Firefox and Microsoft Edge.
Single Line Comments:It starts with two consecutive hyphens (–).
Multi-line Comments:It starts with /* and ends with */.

Let’s move to the next question in this SQL Interview Questions.

Q67. What is the difference between the RANK() and DENSE_RANK() functions?

The RANK() function in the result set defines the rank of each row within your ordered partition. If both rows have the same rank, the next number in the ranking will be the previous rank plus a number of duplicates. If we have three records at rank 4, for example, the next level indicated is 7.

The DENSE_RANK() function assigns a distinct rank to each row within a partition based on the provided column value, with no gaps. It always indicates a ranking in order of precedence. This function will assign the same rank to the two rows if they have the same rank, with the next rank being the next consecutive number. If we have three records at rank 4, for example, the next level indicated is 5.

Q68. What is SQL Injection?

SQL injection is a sort of flaw in website and web app code that allows attackers to take control of back-end processes and access, retrieve, and delete sensitive data stored in databases. In this approach, malicious SQL statements are entered into a database entry field, and the database becomes exposed to an attacker once they are executed. By utilising data-driven apps, this strategy is widely utilised to get access to sensitive data and execute administrative tasks on databases. SQLi attack is another name for it.

The following are some examples of SQL injection:

  • Getting access to secret data in order to change a SQL query to acquire the desired results.
  • UNION attacks are designed to steal data from several database tables.
  • Examine the database to get information about the database’s version and structure

Q69. How many Aggregate functions are available in SQL?

SQL aggregate functions provide information about a database’s data. AVG, for example, returns the average of a database column’s values.

SQL provides seven (7) aggregate functions, which are given below:

AVG():returns the average value from specified columns.
COUNT():returns the number of table rows, including rows with null values.
MAX():returns the largest value among the group.
MIN():returns the smallest value among the group.
SUM():returns the total summed values(non-null) of the specified column.
FIRST():returns the first value of an expression.
LAST():returns the last value of an expression.

Q70. What is the default ordering of data using the ORDER BY clause? How could it be changed?

The ORDER BY clause in MySQL can be used without the ASC or DESC modifiers. The sort order is preset to ASC or ascending order when this attribute is absent from the ORDER BY clause.

Q71. How do we use the DISTINCT statement? What is its use?

The SQL DISTINCT keyword is combined with the SELECT query to remove all duplicate records and return only unique records. There may be times when a table has several duplicate records.
The DISTINCT clause in SQL is used to eliminate duplicates from a SELECT statement’s result set.

Q72. What are the syntax and use of the COALESCE function?

From a succession of expressions, the COALESCE function returns the first non-NULL value. The expressions are evaluated in the order that they are supplied, and the function’s result is the first non-null value. Only if all of the inputs are null does the COALESCE method return NULL.

The syntax of COALESCE function is COALESCE (exp1, exp2, …. expn)

Q73. What is the ACID property in a database?

ACID stands for Atomicity, Consistency, Isolation, Durability. It is used to ensure that the data transactions are processed reliably in a database system.

  • Atomicity: Atomicity refers to the transactions that are completely done or failed where transaction refers to a single logical operation of a data. It means if one part of any transaction fails, the entire transaction fails and the database state is left unchanged.
  • Consistency: Consistency ensures that the data must meet all the validation rules. In simple words, you can say that your transaction never leaves the database without completing its state.
  • Isolation: The main goal of isolation is concurrency control.
  • Durability: Durability means that if a transaction has been committed, it will occur whatever may come in between such as power loss, crash or any sort of error.
Want to upskill yourself to get ahead in your career? Check out this video in this SQL Interview Questions

Top 10 Technologies to Learn in 2022 | Edureka

Q74. What do you mean by “Trigger” in SQL?

Trigger in SQL is are a special type of stored procedures that are defined to execute automatically in place or after data modifications. It allows you to execute a batch of code when an insert, update or any other query is executed against a specific table.

Q75. What are the different operators available in SQL?

There are three operators available in SQL, namely:

  1. Arithmetic Operators
  2. Logical Operators
  3. Comparison Operators

Apart from this SQL Interview Questions blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q76. Are NULL values same as that of zero or a blank space?

A NULL value is not at all same as that of zero or a blank space. NULL value represents a value which is unavailable, unknown, assigned or not applicable whereas a zero is a number and blank space is a character.

Q77. What is the difference between cross join and natural join?

The cross join produces the cross product or Cartesian product of two tables whereas the natural join is based on all the columns having the same name and data types in both the tables.

Q78. What is subquery in SQL?

A subquery is a query inside another query where a query is defined to retrieve data or information back from the database. In a subquery, the outer query is called as the main query whereas the inner query is called subquery. Subqueries are always executed first and the result of the subquery is passed on to the main query. It can be nested inside a SELECT, UPDATE or any other query. A subquery can also use any comparison operators such as>,

Q79. What are the different types of a subquery?

There are two types of subquery namely, Correlated and Non-Correlated.

Correlated subquery :These are queries which select the data from a table referenced in the outer query. It is not considered as an independent query as it refers to another table and refers the column in a table.

Non-Correlated subquery :This query is an independent query where the output of subquery is substituted in the main query.

Let’s move to the next question in this SQL Interview Questions.

Q80. List the ways to get the count of records in a table?

To count the number of records in a table in SQL, you can use the below commands:

SELECT * FROM table1

SELECT COUNT(*) FROM table1

SELECT rows FROM sysindexes WHERE id = OBJECT_ID(table1) AND indid < 2

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q81. Write a SQL query to find the names of employees that begin with ‘A’?

To display name of the employees that begin with ‘A’, type in the below command:

SELECT * FROM Table_name WHERE EmpName like 'A%'

Q82. Write a SQL query to get the third-highest salary of an employee from employee_table?

SELECT TOP 1 salary
FROM(
SELECT TOP 3 salary
FROM employee_table
ORDER BY salary DESC) AS emp
ORDER BY salary ASC;

Q83. What is the need for group functions in SQL?

Group functions work on the set of rows and return one result per group. Some of the commonly used group functions are:AVG, COUNT, MAX, MIN, SUM, VARIANCE.

Q84. What is a Relationship and what are they?

Relation or links are between entities that have something to do with each other. Relationships are defined as the connection between the tables in a database. There are various relationships, namely:

  • One to One Relationship.
  • One to Many Relationship.
  • Many to One Relationship.
  • Self-Referencing Relationship.

Q85. How can you insert NULL values in a column while inserting the data?

NULL values in SQL can be inserted in the following ways:

  • Implicitly by omitting column from column list.
  • Explicitly by specifying NULL keyword in the VALUES clause

Q86. What is the main difference between ‘BETWEEN’ and ‘IN’ condition operators?

BETWEEN operator is used to display rows based on a range of values in a row whereas the IN condition operator is used to check for values contained in a specific set of values.

Example of BETWEEN:

SELECT * FROM Students where ROLL_NO BETWEEN 10 AND 50;
Example of IN:
SELECT * FROM students where ROLL_NO IN (8,15,25);

Q87. Why are SQL functions used?

SQL functions are used for the following purposes:

  • To perform some calculations on the data
  • To modify individual data items
  • To manipulate the output
  • To format dates and numbers
  • To convert the data types

Q88. What is the need for MERGE statement?

This statement allows conditional update or insertion of data into a table. It performs an UPDATE if a row exists, or an INSERT if the row does not exist.

Q89. What do you mean by recursive stored procedure?

Recursive stored procedure refers to a stored procedure which calls by itself until it reaches some boundary condition. This recursive function or procedure helps the programmers to use the same set of code n number of times.

Q90. What is CLAUSE in SQL?

SQL clause helps to limit the result set by providing a condition to the query. A clause helps to filter the rows from the entire set of records.

For example – WHERE, HAVING clause.

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on this technology, you can opt for a structured training from edureka! Click below to know more.

Q91. What is the difference between ‘HAVING’ CLAUSE and a ‘WHERE’ CLAUSE?

HAVING clause can be used only with SELECT statement. It is usually used in a GROUP BY clause and whenever GROUP BY is not used, HAVING behaves like a WHERE clause.
Having Clause is only used with the GROUP BY function in a query whereas WHERE Clause is applied to each row before they are a part of the GROUP BY function in a query.

Q92. List the ways in which Dynamic SQL can be executed?

Following are the ways in which dynamic SQL can be executed:

  • Write a query with parameters.
  • Using EXEC.
  • Using sp_executesql.

Q93. What are the various levels of constraints?

Constraints are the representation of a column to enforce data entity and consistency. There are two levels of a constraint, namely:

  • column level constraint
  • table level constraint

Q94. How can you fetch common records from two tables?

You can fetch common records from two tables using INTERSECT. For example:


Select studentID from student. INTERSECT Select StudentID from Exam

Q95. List some case manipulation functions in SQL?

There are three case manipulation functions in SQL, namely:

  • LOWER:This function returns the string in lowercase. It takes a string as an argument and returns it by converting it into lower case. Syntax:
 LOWER(‘string’)
  • UPPER:This function returns the string in uppercase. It takes a string as an argument and returns it by converting it into uppercase. Syntax:
UPPER(‘string’)
  • INITCAP:This function returns the string with the first letter in uppercase and rest of the letters in lowercase. Syntax:
 INITCAP(‘string’)

Apart from this SQL Interview Questions blog, if you want to get trained from professionals on this technology, you can opt for a structured training from edureka! Click below to know more.

Q96. What are the different set operators available in SQL?

Some of the available set operators are – Union, Intersect or Minus operators.

Q97. What is an ALIAS command?

ALIAS command in SQL is the name that can be given to any table or a column. This alias name can be referred in WHERE clause to identify a particular table or a column.

For example-

Select emp.empID, dept.Result from employee emp, department as dept where emp.empID=dept.empID

In the above example, emp refers to alias name for employee table and dept refers to alias name for department table.

Let’s move to the next question in this SQL Interview Questions.

Q98. What are aggregate and scalar functions?

Aggregate functions are used to evaluate mathematical calculation and returns a single value. These calculations are done from the columns in a table. For example- max(),count() are calculated with respect to numeric.

Scalar functions return a single value based on the input value. For example – UCASE(), NOW() are calculated with respect to string.

Let’s move to the next question in this SQL Interview Questions.

Q99. How can you fetch alternate records from a table?

You can fetch alternate records i.e both odd and even row numbers. For example- To display even numbers, use the following command:

Select studentId from (Select rowno, studentId from student) where mod(rowno,2)=0

Now, to display odd numbers:

Select studentId from (Select rowno, studentId from student) where mod(rowno,2)=1

Q100. Name the operator which is used in the query for pattern matching?

LIKE operator is used for pattern matching, and it can be used as -.

  1. % – It matches zero or more characters.

For example- select * from students where studentname like ‘a%’

_ (Underscore) – it matches exactly one character.
For example- select * from student where studentname like ‘abc_’

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q101. How can you select unique records from a table?

You can select unique records from a table by using the DISTINCT keyword.

Select DISTINCT studentID from Student

Using this command, it will print unique student id from the table Student.

Q102. How can you fetch first 5 characters of the string?

There are a lot of ways to fetch characters from a string. For example:

Select SUBSTRING(StudentName,1,5) as studentname from student

Q103 . What is the main difference between SQL and PL/SQL?

SQL is a query language that allows you to issue a single query or execute a single insert/update/delete whereas PL/SQL is Oracle’s “Procedural Language” SQL, which allows you to write a full program (loops, variables, etc.) to accomplish multiple operations such as selects/inserts/updates/deletes.

Q104. What is a View?

A view is a virtual table which consists of a subset of data contained in a table. Since views are not present, it takes less space to store. View can have data of one or more tables combined and it depends on the relationship.

Let’s move to the next question in this SQL Interview Questions.

Q105. What are Views used for?

A view refers to a logical snapshot based on a table or another view. It is used for the following reasons:

  • Restricting access to data.
  • Making complex queries simple.
  • Ensuring data independence.
  • Providing different views of same data.

Q106. What is a Stored Procedure?

A Stored Procedure is a function which consists of many SQL statements to access the database system. Several SQL statements are consolidated into a stored procedure and execute them whenever and wherever required which saves time and avoid writing code again and again.

Q107. List some advantages and disadvantages of Stored Procedure?

Advantages :

A Stored Procedure can be used as a modular programming which means create once, store and call for several times whenever it is required. This supports faster execution. It also reduces network traffic and provides better security to the data.

Disadvantage :

The only disadvantage of Stored Procedure is that it can be executed only in the database and utilizes more memory in the database server.

Q108. List all the types of user-defined functions?

There are three types of user-defined functions, namely:

  • Scalar Functions
  • Inline Table-valued functions
  • Multi-statement valued functions

Scalar returns the unit, variant defined the return clause. Other two types of defined functions return table.

Let’s move to the next question in this SQL Interview Questions.

Q109. What do you mean by Collation?

Collation is defined as a set of rules that determine how data can be sorted as well as compared. Character data is sorted using the rules that define the correct character sequence along with options for specifying case-sensitivity, character width etc.

Let’s move to the next question in this SQL Interview Questions.

Q110. What are the different types of Collation Sensitivity?

Following are the different types of collation sensitivity:

  • Case Sensitivity:A and a and B and b.
  • Kana Sensitivity:Japanese Kana characters.
  • Width Sensitivity:Single byte character and double-byte character.
  • Accent Sensitivity.

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on this technology, you can opt for structured training from edureka!

Q111. What are Local and Global variables?

Local variables:

These variables can be used or exist only inside the function. These variables are not used or referred by any other function.

Global variables:

These variables are the variables which can be accessed throughout the program. Global variables cannot be created whenever that function is called.

Q112. What is Auto Increment in SQL?

Autoincrement keyword allows the user to create a unique number to get generated whenever a new record is inserted into the table.
This keyword is usually required whenever PRIMARY KEY in SQL is used.

AUTO INCREMENT keyword can be used in Oracle and IDENTITY keyword can be used in SQL SERVER.

Q113. What is a Datawarehouse?

Datawarehouse refers to a central repository of data where the data is assembled from multiple sources of information. Those data are consolidated, transformed and made available for the mining as well as online processing. Warehouse data also have a subset of data called Data Marts.

Q114. What are the different authentication modes in SQL Server? How can it be changed?

Windows mode and Mixed Mode – SQL and Windows. You can go to the below steps to change authentication mode in SQL Server:

  • Click Start> Programs> Microsoft SQL Server and click SQL Enterprise Manager to run SQL Enterprise Manager from the Microsoft SQL Server program group.
  • Then select the server from the Tools menu.
  • Select SQL Server Configuration Properties, and choose the Security page.

Q115. What are STUFF and REPLACE function?

STUFF Function :This function is used to overwrite existing character or inserts a string into another string. Syntax:
STUFF(string_expression,start, length, replacement_characters)
where,
string_expression :it is the string that will have characters substitutedstart: This refers to the starting position
length :It refers to the number of characters in the string which are substituted.replacement_string :They are the new characters which are injected in the string.

REPLACE function :This function is used to replace the existing characters of all the occurrences. Syntax:
REPLACE (string_expression, search_string, replacement_string)
Here every search_string in the string_expression will be replaced with the replacement_string.

So this brings us to the end of the SQL interview questions blog. I hope this set of SQL Interview Questions will help you ace your job interview. All the best for your interview!

Apart from this SQL Interview Questions Blog, if you want to get trained from professionals on SQL, you can opt for a structured training from edureka! Click below to know more.

Check out this MySQL DBA Certification Training by Edureka, a trusted online learning company with a network of more than 250,000 satisfied learners spread across the globe. This course trains you on the core concepts &advanced tools and techniques to manage data and administer the MySQL Database. It includes hands-on learning on concepts like MySQL Workbench, MySQL Server, Data Modeling, MySQL Connector, Database Design, MySQL Command line, MySQL Functions etc. End of the training you will be able to create and administer your own MySQL Database and manage data.

Got a question for us? Please mention it in the comments section of this “ SQL Interview Questions” blog and we will get back to you as soon as possible.


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Procesory AMD EPYC w maszynach wirtualnych Azure

  2. 4 gotowe metody konwersji danych SQL i przypadki użycia

  3. Rodzaje poleceń SQL

  4. Samouczek dotyczący transakcji SQL

  5. Łączenie SQuirreL SQL z Microsoft Excel