sql >> データベース >  >> RDS >> Database

2022年に準備しなければならない上位115のSQLインタビューの質問

    RDBMSは、これまでで最も一般的に使用されているデータベースの1つであるため、SQLスキル ほとんどの職務に欠かせません。このSQLインタビューの質問の記事では、SQL(構造化照会言語)に関して最もよくある質問を紹介します。この記事は、SQL、Oracle、MS SQL Server、およびMySQLデータベースに関連するすべての概念を学ぶのに最適なガイドです。 SQLインタビューの質問トップ65の記事は、ワンストップリソースです。 面接の準備を後押しできるところから。

    あなたのキャリアで前進するためにあなた自身をスキルアップしたいですか? トップトレンドテクノロジーをご覧ください 。

    始めましょう!

    SQLインタビューの質問

    1. SQLとMySQLの違いは何ですか?
    2. SQLのさまざまなサブセットは何ですか?
    3. DBMSとはどういう意味ですか?その種類は何ですか?
    4. SQLのテーブルとフィールドとはどういう意味ですか?
    5. SQLの結合とは何ですか?
    6. SQLのCHARデータ型とVARCHAR2データ型の違いは何ですか?
    7. 主キーとは何ですか?
    8. 制約とは何ですか?
    9. DELETEステートメントとTRUNCATEステートメントの違いは何ですか?
    10. 一意キーとは何ですか?

    Q1。 SQLとMySQLの違いは何ですか?

    SQLとMySQL

    SQL MySQL
    SQLは、英語 MySQLはデータベース管理システムです。
    SQLは、データベースへのアクセスと管理に使用されるリレーショナルデータベースのコアです

    MySQLはSQLServer、InformixなどのRDMS(リレーショナルデータベース管理システム)ですなど

    Q2。 SQLのさまざまなサブセットは何ですか?

    • データ定義言語(DDL)– CREATE、ALTER、DELETEオブジェクトなどのさまざまな操作をデータベースで実行できます。
    • データ操作言語(DML)–データにアクセスして操作することができます。データベースからのデータの挿入、更新、削除、取得に役立ちます。
    • データ制御言語(DCL)–データベースへのアクセスを制御できます。例–アクセス許可を付与、取り消します。

    Q3。 DBMSとはどういう意味ですか?その種類は何ですか?

    Aデータベース管理システム DBMS )は、ユーザー、アプリケーション、およびデータベース自体と対話してデータをキャプチャおよび分析するソフトウェアアプリケーションです。データベースは、構造化されたデータのコレクションです。

    DBMSを使用すると、ユーザーはデータベースを操作できます。データベースに保存されているデータは、変更、取得、削除が可能で、文字列、数字、画像など、どのような種類でもかまいません。

    DBMSには2つのタイプがあります:

    • リレーショナルデータベース管理システム :データはリレーション(テーブル)に格納されます。例–MySQL。
    • 非リレーショナルデータベース管理システム :関係、タプル、属性の概念はありません。例– MongoDB

    このSQLインタビューの質問の次の質問に移りましょう。

    Q4。 RDBMSとは何ですか? DBMSとの違いは何ですか?

    リレーショナルデータベース管理システム(RDBMS)は、ITプロフェッショナルやその他の人々がリレーショナルデータベースを開発、編集、管理、および操作できるようにする一連のアプリケーションと機能です。ほとんどの商用リレーショナルデータベース管理システムは、構造化照会言語(SQL)を使用して、テーブルの形式で格納されているデータベースにアクセスします。
    RDBMSは、世界中の企業で最も広く使用されているデータベースシステムです。大量のデータを保存および取得するための安定した手段を提供します。

    一般に、データベースは、他のアプリケーションでアクセスおよび使用される可能性のあるデータのコレクションを保持します。データベースプラットフォームの開発、管理、および使用はすべて、データベース管理システムによってサポートされています。

    リレーショナルデータベース管理システム(RDBMS)は、関連するデータコンポーネントをリンクする行ベースのテーブル構造にデータを格納するデータベース管理システム(DBMS)の一種です。 RDBMSには、データのセキュリティ、正確性、整合性、および一貫性を保証する機能が含まれています。これは、データベース管理システムで使用されるファイルストレージと同じではありません。

    以下は、データベース管理システムとリレーショナルデータベース管理システムのその他の違いです。

    システムの利用を許可されているユーザーの数
    DBMSは一度に1人のユーザーしか処理できませんが、RDBMSは多数のユーザーを処理できます。
    ハードウェアとソフトウェアの仕様
    RDBMSと比較して、DBMSは必要なソフトウェアとハ​​ードウェアが少なくて済みます。
    情報の量
    RDBMSは、少量から大量まで、あらゆる量のデータを処理できますが、DBMSは少量に制限されています。
    データベースの構造
    データはDBMSに階層形式で格納されますが、RDBMSは、関連する値を保持する列名と行として機能するヘッダーを持つテーブルを使用します。
    ACID原則の実装
    アトミック性、一貫性、分離、および耐久性(ACID)の概念は、データストレージ用のDBMSでは使用されません。一方、RDBMSは、ACIDモデルを使用してデータを整理し、一貫性を確保します。
    分散されているデータベース
    DBMSは分散データベースを完全にサポートしませんが、RDBMSはサポートします。
    管理されているプログラム
    DBMSは、コンピュータネットワークとシステムハードディスク内に存在するデータベースの維持に重点を置いていますが、RDBMSは、組み込まれているデータテーブル間の関係の管理に役立ちます。
    データベースの正規化がサポートされています
    RDBMSは正規化できますが、DBMSは正規化できません。

    Q5。自己参加とは何ですか?

    自己結合は、2つのテーブルを接続するために使用できる結合の一種です。結果として、それは単一の関係です。テーブルの各行は、それ自体と、同じテーブルの他のすべての行に自己結合で接続されます。その結果、自己結合は主に、同じデータベーステーブルの行を結合および比較するために使用されます。

    Q6。 SELECTステートメントとは何ですか?

    SELECTコマンドは、1つ以上のデータベーステーブルまたはビューから0個以上の行を取得します。最も頻繁なデータ操作言語(DML)コマンドは、ほとんどのアプリケーションでSELECTです。 SELECTクエリは結果セットを定義しますが、SQLは宣言型プログラミング言語であるため、結果セットの計算方法は定義しません。

    Q7。 SQLのSELECTクエリで使用される一般的な句は何ですか?

    以下は、SELECTクエリと組み合わせて使用​​されるいくつかの頻繁なSQL句です。

    場所 句:SQLでは、WHERE句は、特定の基準に応じて必要なレコードをフィルタリングするために使用されます。
    注文者 句:SQLのORDER BY句は、指定されたフィールド(DESC)に応じて、データを昇順(ASC)または降順(DESC)で並べ替えるために使用されます。
    GROUP BY 句:SQLのGROUP BY句は、同一のデータを持つエントリをグループ化するために使用され、集計メソッドとともに使用して、データベースの要約結果を取得できます。
    持っている SQLの句は、GROUPBY句と組み合わせてレコードをフィルタリングするために使用されます。 WHERE句は集約されたレコードをフィルタリングできないため、WHEREとは異なります。

    Q8。 UNION、MINUS、およびINTERSECTコマンドとは何ですか?

    UNION演算子は、2つのテーブルの結果を結合すると同時に、重複するエントリを削除するために使用されます。
    MINUS演算子は、最初のクエリから行を返すために使用されますが、2番目のクエリからは返されません。
    INTERSECT演算子は、両方のクエリの結果を1つの行に結合するために使用されます。
    上記のSQLステートメントのいずれかを実行する前に、特定の要件を満たす必要があります–
    句内では、各SELECTクエリに同じ数の列が必要です。
    列のデータ型も比較可能である必要があります。
    各SELECTステートメントでは、列は同じ順序である必要があります。

    Q9。カーソルとは何ですか?カーソルの使い方は?

    変数宣言の後、カーソルを宣言します。 SELECTステートメントは常にカーソル定義と組み合わせる必要があります。

    結果セットを開始するには、カーソルをその上に移動します。結果セットから行を取得する前に、OPENステートメントを実行する必要があります。

    結果セットの次の行を取得して移動するには、FETCHコマンドを使用します。

    カーソルを無効にするには、CLOSEコマンドを使用します。

    最後に、DEALLOCATEコマンドを使用してカーソル定義を削除し、それに関連するリソースを解放します。

    Q10。 SQLのさまざまなタイプの関係を一覧表示します。

    データベースにはさまざまな種類の関係があります:

    1対1 –これは、2つのテーブル間の接続であり、一方のテーブルの各レコードが、もう一方のテーブルの最大値に対応します。

    1対多および多対1 –これは最も頻繁な接続であり、あるテーブルのレコードが別のテーブルの複数のレコードにリンクされています。

    多対多 –これは、両側に複数のインスタンスを必要とする関係を定義するときに使用されます。

    自己参照関係 –テーブルがそれ自体との接続を宣言する必要がある場合、これが採用する方法です。

    Q12。 OLTPとは何ですか?

    OLTP(オンライントランザクション処理)を使用すると、膨大な数の人々が、通常はインターネットを介して、大量のデータベーストランザクションをリアルタイムで実行できます。データベーストランザクションは、データベース内のデータが変更、挿入、削除、またはクエリされたときに発生します。

    Q13。 OLTPとOLAPの違いは何ですか?

    OLTPはオンライントランザクション処理の略であり、OLAPはオンライン分析処理の略です。 OLTPはオンラインデータベース変更システムですが、OLAPはオンラインデータベースクエリ応答システムです。

    Q14。別のテーブルと同じ構造の空のテーブルを作成するにはどうすればよいですか?

    空のテーブルを作成するには:
    INTO演算子を使用して、1つのテーブルのレコードを新しいテーブルにフェッチし、すべてのエントリに対してWHERE句をfalseに設定すると、同じ構造の空のテーブルを作成できます。その結果、SQLは、フェッチされたエントリを受け入れるために重複した構造を持つ新しいテーブルを作成しますが、WHERE句がアクティブであるため、新しいテーブルには何も格納されません。

    Q15。 PostgreSQLとは何ですか?

    1986年、コンピュータサイエンスのMichael Stonebraker教授が率いるチームが、Postgresという名前でPostgreSQLを作成しました。これは、システムのデータ整合性とフォールトトレランスを確保することにより、開発者がエンタープライズレベルのアプリケーションを開発するのを支援するために作成されました。 PostgreSQLは、エンタープライズレベルで、用途が広く、復元力があり、オープンソースのオブジェクトリレーショナルデータベース管理システムであり、さまざまなワークロードと同時ユーザーをサポートします。国際的な開発者コミュニティは常にそれを支持してきました。 PostgreSQLは、フォールトトレラントな特性を備えているため、開発者の間で大きな魅力を発揮しています。
    これは非常に信頼性の高いデータベース管理システムであり、その高レベルの復元力、整合性、および正確性に感謝するために20年以上のコミュニティ作業が行われています。多くのオンライン、モバイル、地理空間、および分析アプリケーションは、プライマリデータストレージまたはデータウェアハウスとしてPostgreSQLを利用しています。

    Q16。 SQLコメントとは何ですか?

    SQLコメントは、SQLステートメントの一部を明確にし、SQLステートメントが実行されないようにするために使用されます。コメントは、多くのプログラミング言語で非常に重要です。コメントは、MicrosoftAccessデータベースではサポートされていません。その結果、MicrosoftAccessデータベースはMozillaFirefoxとMicrosoftEdgeの例で使用されています。
    1行のコメント:2つの連続したハイフン(–)で始まります。
    複数行のコメント:/ *で始まり、*/で終わります。

    Q17。 NVL()関数の使用法は何ですか?

    NVL関数を使用して、null値をデフォルト値に置き換えることができます。最初のパラメーターがnullの場合、関数は2番目のパラメーターの値を返します。最初のパラメータがnull以外の場合、そのままになります。

    この関数は、SQLやMySQLではなく、Oracleで使用されます。 NVL()関数の代わりに、MySQLにはIFNULL()関数があり、SQL ServerにはISNULL()関数があります。

    このSQLインタビューの質問の次の質問に移りましょう。

    Q18。文字操作機能を説明しますか? SQLでのさまざまなタイプについて説明します。

    文字操作ルーチンを使用して、文字列を変更、抽出、および編集します。この関数は、入力文字列に対してアクションを実行し、1つ以上の文字と単語が入力されたときに結果を返します。

    SQLの文字操作関数は次のとおりです。

    A)CONCAT(2つ以上の値を結合する):この関数は、2つ以上の値を結合するために使用されます。 2番目の文字列は、常に最初の文字列の最後に追加されます。

    B)SUBSTR:この関数は、指定された開始点から指定された終了点までの文字列のセグメントを返します。

    C)LENGTH:この関数は、空白を含む文字列の長さを数値形式で返します。

    D)INSTR:この関数は、文字列内の文字または単語の正確な数値位置を計算します。

    E)LPAD:右寄せの値の場合、左側の文字値のパディングを返します。

    F)RPAD:左寄せの値の場合、右側の文字値のパディングを返します。

    G)TRIM:この関数は、文字列の先頭、末尾、または両端から定義されたすべての文字を削除します。また、無駄なスペースの量も削減されました。

    H)REPLACE:この関数は、単語または文字列のセクション(部分文字列)のすべてのインスタンスを、指定された他の文字列値に置き換えます。

    Q19。 SQLクエリを記述して、employeesという名前のテーブルから従業員の3番目に高い給与を取得します。

    従業員テーブル

    employee_name 給与
    A 24000
    C 34000
    D 55000
    E 75000
    F 21000
    G 40000
    H 50000

    SELECT * FROM(

    SELECT employee_name、salary、DENSE_RANK()

    OVER(ORDER BY salary DESC)r FROM Employee)

    WHERE r =&n;

    3番目に高い給与セットを見つけるにはn=3

    Q20。 RANK()関数とDENSE_RANK()関数の違いは何ですか?

    結果セットのRANK()関数は、順序付けられたパーティション内の各行のランクを定義します。両方の行のランクが同じである場合、ランキングの次の数値は、前のランクに重複の数を加えたものになります。たとえば、ランク4に3つのレコードがある場合、示される次のレベルは7です。

    DENSE_RANK()関数は、指定された列の値に基づいて、ギャップなしで、パーティション内の各行に個別のランクを割り当てます。常に優先順位を示します。この関数は、2つの行が同じランクである場合、同じランクを2つの行に割り当て、次のランクが次の連続番号になります。たとえば、ランク4に3つのレコードがある場合、示される次のレベルは5です。

    Q21。テーブルとフィールドとは何ですか?

    テーブルは、リレーショナルデータベースの行と列に編成されたデータコンポーネントのコレクションです。テーブルは、関係の有用な表現と考えることもできます。データストレージの最も基本的な形式はテーブルです。従業員テーブルの例を以下に示します。

    ID 名前 部門 給与
    1 ラフル 販売 24000
    2 ロイーニ マーケティング 34000
    3 Shylesh 販売 24000
    4 タルン 分析 30000

    レコードまたは行は、テーブル内の単一のエントリです。テーブルでは、レコードは接続されたデータのコレクションを表します。たとえば、Employeeテーブルには4つのレコードがあります。

    テーブルは多数のレコード(行)で構成されており、各レコードはフィールド(列)と呼ばれる小さな単位に分割できます。 ID、名前、部門、および給与は、上記のEmployeeテーブルの4つのフィールドです。

    Q22。 UNIQUE制約とは何ですか?

    UNIQUE制約は、列内の同一の値が2つのレコードに表示されないようにします。 UNIQUE制約は、列のすべての値が一意であることを保証します。

    Q23。自己参加とは何ですか?

    自己結合は、2つのテーブルを接続するために使用できる結合の一種です。結果として、それは単一の関係です。テーブルの各行は、それ自体と、同じテーブルの他のすべての行に自己結合で接続されます。その結果、自己結合は主に、同じデータベーステーブルの行を結合および比較するために使用されます。

    Q24。 SELECTステートメントとは何ですか?

    SELECTコマンドは、1つ以上のデータベーステーブルまたはビューから0個以上の行を取得します。最も頻繁なデータ操作言語(DML)コマンドは、ほとんどのアプリケーションでSELECTです。 SELECTクエリは結果セットを定義しますが、SQLは宣言型プログラミング言語であるため、結果セットの計算方法は定義しません。

    Q25。 SQLのSELECTクエリで使用される一般的な句は何ですか?

    以下は、SELECTクエリと組み合わせて使用​​されるいくつかの頻繁なSQL句です。

    WHERE句:SQLでは、WHERE句は、特定の基準に応じて必要なレコードをフィルタリングするために使用されます。
    ORDER BY句:SQLのORDER BY句は、指定されたフィールド(DESC)に応じて、データを昇順(ASC)または降順(DESC)で並べ替えるために使用されます。
    GROUP BY句:SQLのGROUP BY句は、同じデータを持つエントリをグループ化するために使用され、集計メソッドで使用して、データベースの要約結果を取得できます。
    SQLのHAVING句は、GROUPBY句と組み合わせてレコードをフィルタリングするために使用されます。 WHERE句は集約されたレコードをフィルタリングできないため、WHEREとは異なります。

    Q26。 UNION、MINUS、およびINTERSECTコマンドとは何ですか?

    UNION演算子は、2つのテーブルの結果を結合すると同時に、重複するエントリを削除するために使用されます。

    MINUS演算子は、最初のクエリから行を返すために使用されますが、2番目のクエリからは返されません。

    INTERSECT演算子は、両方のクエリの結果を1つの行に結合するために使用されます。
    上記のSQLステートメントのいずれかを実行する前に、特定の要件を満たす必要があります–

    句内では、各SELECTクエリに同じ数の列が必要です。

    列のデータ型も比較可能である必要があります。

    各SELECTステートメントでは、列は同じ順序である必要があります。

    このSQLインタビューの質問の次の質問に移りましょう。

    Q27。カーソルとは何ですか?カーソルの使い方は?

    変数宣言の後、カーソルを宣言します。 SELECTステートメントは常にカーソル定義と組み合わせる必要があります。

    結果セットを開始するには、カーソルをその上に移動します。結果セットから行を取得する前に、OPENステートメントを実行する必要があります。

    結果セットの次の行を取得して移動するには、FETCHコマンドを使用します。

    カーソルを無効にするには、CLOSEコマンドを使用します。

    最後に、DEALLOCATEコマンドを使用してカーソル定義を削除し、それに関連するリソースを解放します。

    Q28。 SQLのさまざまなタイプの関係を一覧表示します。

    データベースにはさまざまなタイプの関係があります。
    1対1–これは、2つのテーブル間の接続であり、一方のテーブルの各レコードが、もう一方のテーブルの最大値に対応します。
    1対多および多対1–これは最も頻繁な接続であり、あるテーブルのレコードが別のテーブルの複数のレコードにリンクされます。
    多対多–これは、両側に複数のインスタンスを必要とする関係を定義するときに使用されます。
    自己参照関係–テーブルがそれ自体との接続を宣言する必要がある場合、これが採用する方法です。

    Q29。 SQLの例とは何ですか?

    SQLは、データベースのデータを編集、削除、および要求できるデータベースクエリ言語です。次のステートメントは、SQLステートメントのいくつかの例です。

    • SELECT
    • INSERT
    • 更新
    • DELETE
    • データベースの作成
    • 代替データベース

    Q30。基本的なSQLスキルとは何ですか?

    SQLスキルは、データを列と行に分割するリレーショナルデータベースからのデータの作成、保守、および取得においてデータアナリストを支援します。また、ユーザーはデータを効率的に取得、更新、操作、挿入、および変更できます。

    SQLエキスパートが持つべき最も基本的な能力は次のとおりです。

    1. データベース管理
    2. データベースの構築
    3. SQL句とステートメントの作成
    4. MYSQL、PostgreSQLなどのSQLシステムスキル
    5. PHPの専門知識は役に立ちます。
    6. SQLデータを分析する
    7. WAMPとSQLを使用してデータベースを作成する
    8. OLAPスキル

    Q31。 SQL Serverのスキーマとは何ですか?

    スキーマは、論理的なデータベースの視覚的表現です。データベースの多数のエンティティ間の関係を構築して指定します。これは、データベースに適用される可能性のあるいくつかの種類の制約を指します。また、さまざまなデータの種類についても説明します。テーブルとビューでも使用できます。

    スキーマにはさまざまな形とサイズがあります。スタースキーマとスノーフレークスキーマは、最も人気のある2つです。スタースキーマのエンティティはスター形式で表されますが、スノーフレークスキーマのエンティティはスノーフレーク形状で表示されます。
    すべてのデータベースアーキテクチャは、スキーマに基づいて構築されています。


    Q32。 SQL Serverで一時テーブルを作成するにはどうすればよいですか?

    一時テーブルはTempDBで作成され、最後の接続が閉じられた後に自動的に消去されます。一時テーブルを使用して、中間結果を保存および処理する場合があります。一時データを保存する必要がある場合は、一時テーブルが便利です。

    一時テーブルを作成するための構文は次のとおりです。

    CREATE TABLE #Employee(id INT、name VARCHAR(25))
    INSERT INTO #Employee VALUES(01、‘Ashish’)、(02、‘Atul’)

    このSQLインタビューの質問の次の質問に移りましょう。


    Q33。 Windows11にSQLServerをインストールするにはどうすればよいですか?

    Windows11にSQLServerManagementStudioをインストールする

    ステップ1: SSMSをクリックすると、SQL ServerManagementStudioページに移動します。

    ステップ2: さらに、SQL Server Management Studioリンクをクリックし、[ファイルの保存]をタップします。

    ステップ3: このファイルをローカルドライブに保存して、フォルダに移動します。

    ステップ4: セットアップウィンドウが表示され、ここでファイルを保存する場所を選択できます。
    ステップ5: [インストール]をクリックします。
    ステップ6: インストールが完了したら、ウィンドウを閉じます。
    ステップ7: さらに、スタートメニューに戻り、SQL ServerManagementStudioを検索します。

    ステップ8: さらに、それをダブルクリックすると、ログインページが表示されたら表示されます。

    ステップ9: サーバー名が表示されるはずです。ただし、それが表示されない場合は、サーバーのドロップダウン矢印をクリックして、[参照]をタップします。

    ステップ10: SQLサーバーを選択し、[接続]をクリックします。

    その後、SQLサーバーが接続され、Windows11が正常に動作します。

    Q34。 SQL Serverの場合はどうなりますか?

    CASEステートメントは、1つの列の値が他の列の値によって決定されるロジックを構築するために使用されます。

    WHENコマンドとTHENコマンドの少なくとも1つのセットが、SQLServerCASEステートメントを構成します。テストする条件は、WHENステートメントで指定されます。 WHEN条件がTRUEを返す場合、THEN文は何をすべきかを説明します。

    WHEN条件のいずれもtrueを返さない場合、ELSEステートメントが実行されます。 ENDキーワードは、CASEステートメントを終了します。

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

    Q35。 NoSQLとSQL

    要約すると、SQLとNoSQLの5つの主な違いは次のとおりです。

    リレーショナルデータベースはSQLですが、非リレーショナルデータベースはNoSQLです。

    SQLデータベースには指定されたスキーマがあり、構造化クエリ言語を採用しています。非構造化データの場合、NoSQLデータベースは動的スキーマを使用します。

    SQLデータベースは垂直方向に拡張されますが、NoSQLデータベースは水平方向に拡張されます。

    NoSQLデータベースはドキュメント、キー値、グラフ、またはワイド列ストアですが、SQLデータベースはテーブルベースです。

    SQLデータベースは複数行のトランザクションに優れていますが、NoSQLはドキュメントやJSONなどの非構造化データに優れています。

    Q36。 NOW()とCURRENT_DATE()の違いは何ですか?
    NOW()は、ステートメントの実行が開始された時刻を示す定数時間を返します。 (ストアド関数またはトリガー内で、NOW()は関数またはトリガーステートメントの実行を開始した時刻を返します。
    NOW()とCURRENT_DATE()の単純な違いは、NOW()が現在の日付と時刻の両方を'YYYY-MM_DD HH:MM:SS'の形式でフェッチするのに対し、CURRENT_DATE()は現在の日付'YYYYをフェッチすることです。 -MM_DD'。

    このSQLインタビューの質問の次の質問に移りましょう。

    Q37。 MySQLのBLOBとTEXTとは何ですか?

    BLOBはBinaryHugeObjectsの略で、バイナリデータを格納するために使用できますが、TEXTは多数の文字列を格納するために使用できます。 BLOBは、画像、映画、音声、アプリケーションなどのバイナリデータを保存するために使用できます。
    BLOB値はバイト文字列と同様に機能し、文字セットがありません。その結果、バイトの数値は完全に比較と並べ替えに依存します。
    TEXT値は、文字列または非バイナリ文字列と同様に動作します。 TEXTの比較/並べ替えは、文字セットコレクションに完全に依存しています。

    Q38。 SQLで重複する行を削除するにはどうすればよいですか?

    SQLテーブルに重複する行がある場合は、重複する行を削除する必要があります。

    次の表をデータセットとして想定します。

    ID 名前 年齢
    1 A 21
    2 B 23
    2 B 23
    4 D 22
    5 E 25
    6 G 26
    5 E 25

    次のSQLクエリは、テーブルから重複するIDを削除します。

    DELETE FROM table WHERE ID IN(
    選択する
    ID、COUNT(ID)
    FROMテーブル
    IDでグループ化
    持っている
    COUNT(ID)> 1);

    Q39。 SQL Serverを使用してストアドプロシージャを作成するにはどうすればよいですか?

    ストアドプロシージャは、保存して何度も再利用できる準備されたSQLコードの一部です。
    したがって、頻繁に作成するSQLクエリがある場合は、それをストアドプロシージャとして保存し、それを呼び出して実行します。
    与えられたパラメータの値に基づいて動作できるように、ストアドプロシージャにパラメータを指定することもできます。

    ストアドプロシージャの構文

    CREATE PROCEDUREprocedure_name

    AS

    sql_statement

    GO;

    ストアドプロシージャを実行する

    EXECprocedure_name;


    Q40。データベースブラックボックステストとは何ですか?

    ブラックボックステストは、内部コード構造、実装の詳細、または内部ルートを知らなくても、ソフトウェアアプリケーションの機能をテストすることを含むソフトウェアテストアプローチです。ブラックボックステストは、ソフトウェアアプリケーションの入力と出力に焦点を当てたソフトウェアテストの一種であり、ソフトウェア要件と仕様によって完全に推進されます。行動テストはその別名です。


    Q41。 SQLサンドボックスの種類は何ですか?

    SQL Sandboxは、信頼できないプログラムを実行できるSQLServer内の安全な環境です。 SQLサンドボックスには次の3つのタイプがあります。

    セーフアクセスサンドボックス:この環境では、ユーザーはストアドプロシージャやトリガーなどの作成など、SQLアクティビティを実行できますが、メモリにアクセスしたり、ファイルを作成したりすることはできません。

    外部アクセス用のサンドボックス:ユーザーは、メモリ割り当てを変更することなくファイルにアクセスできます。

    安全でないアクセスサンドボックス:これには、ユーザーがメモリにアクセスできるようにする信頼できないコードが含まれています。

    このSQLインタビューの質問の次の質問に移りましょう。

    Q42。 MyISAMテーブルはどこに保存されますか?

    2009年12月にMySQL5.5が導入される前は、MyISAMはMySQLリレーショナルデータベース管理システムバージョンのデフォルトのストレージエンジンでした。古いISAMコードに基づいていますが、多くの追加機能が付属しています。各MyISAMテーブルは、ディスク上で3つのファイルに分割されます(パーティション化されていない場合)。ファイル名はテーブル名で始まり、ファイルタイプを示す拡張子で終わります。テーブル定義は.frmファイルに保存されますが、このファイルはMyISAMエンジンの一部ではありません。代わりに、サーバーの一部です。データファイルのサフィックスは.MYD(MYData)です。インデックスファイルの拡張子は.MYI(MYIndex)です。インデックスファイルを紛失した場合は、インデックスを再作成することでいつでも復元できます。

    Q43。 SQLでn番目に高い給与を見つける方法は?
    最も一般的な面接の質問は、テーブルでN番目に高い給与を見つけることです。この作業は、denserank()関数を使用して実行できます。
    従業員テーブル

    employee_name 給与
    A 24000
    C 34000
    D 55000
    E 75000
    F 21000
    G 40000
    H 50000

    SELECT * FROM(

    SELECT employee_name、salary、DENSE_RANK()

    OVER(ORDER BY salary DESC)r FROM Employee)

    WHERE r =&n;

    2番目に高い給与セットを見つけるにはn=2

    3番目に高い給与セットを見つけるにはn=3など。

    Q44。 SQLのテーブルとフィールドとはどういう意味ですか?

    テーブルは、行と列の形式で整理された方法でデータのコレクションを参照します。フィールドは、テーブル内の列の数を参照します。例:

    テーブル :StudentInformation
    フィールド :Stu Id、Stu Name、Stu Marks

    Q45。 SQLの結合とは何ですか?

    JOIN句は、2つ以上のテーブルの関連する列に基づいて、それらのテーブルの行を結合するために使用されます。 2つのテーブルをマージしたり、そこからデータを取得したりするために使用されます。以下で参照できるように、結合には4つのタイプがあります。

    • 内部参加: SQLの内部結合は、最も一般的なタイプの結合です。これは、結合条件が満たされた複数のテーブルからすべての行を返すために使用されます。
    • 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.例:


    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.例:

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

    Q103What 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 25万人以上の満足した学習者が世界中に広がっています。 このコースでは、データを管理し、MySQLデータベースを管理するためのコアコンセプトと高度なツールおよびテクニックについてトレーニングします。 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.

    質問がありますか? 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. MySQL RAND()関数–MySQLでランダムな数値を生成します

    2. MariaDBでのUTC_DATE()のしくみ

    3. ArraylistのSQLitedb値をListviewに取得する方法

    4. MySQLのinformation_schemaデータベースに関する情報