________ is a program that performs some common action on database data and also stored in the database. August 29, 2021August 29, 2021 administrator ________ is a program that performs some common action on database data and also stored in the database.Stored ProcedureWell Done. Your Answer is Correct Keep it Up!TriggerStored FunctionNone of the options are correct
______ is NOT a type of constraint in SQL language? August 29, 2021August 29, 2021 administrator ______ is NOT a type of constraint in SQL language?ALTERNATE KEYWell Done. Your Answer is Correct Keep it Up!UNIQUEPRIMARY KEYFOREIGN KEY
When the wildcard in a WHERE clause is useful? August 29, 2021August 29, 2021 administrator When the wildcard in a WHERE clause is useful?When an exact match is not possible in a SELECT statement.Well Done. Your Answer is Correct Keep it Up!When an exact match is required in a SELECT statement.When an exact match is required in a CREATE statement.When an exact match is not possible in a CREATE statement.
Which operator is used to compare the NULL values in SQL? August 29, 2021August 29, 2021 administrator Which operator is used to compare the NULL values in SQL?ISWell Done. Your Answer is Correct Keep it Up!INEqualNone of the options are correct
A sequence in SQL can generate a maximum number: August 29, 2021August 29, 2021 administrator A sequence in SQL can generate a maximum number:38 digitsWell Done. Your Answer is Correct Keep it Up!39 digits40 digits37 digits
What is the difference between a PRIMARY KEY and a UNIQUE KEY? August 29, 2021August 29, 2021 administrator What is the difference between a PRIMARY KEY and a UNIQUE KEY?We can have only one primary key in a table while we can have multiple unique keysWell Done. Your Answer is Correct Keep it Up!None of the options is correctPrimary key can store null value, whereas a unique key cannot store null value.Primary key cannot be a date variable whereas unique key can be
Group of operations that form a single logical unit of work is known as August 29, 2021August 29, 2021 administrator Group of operations that form a single logical unit of work is known asTransactionWell Done. Your Answer is Correct Keep it Up!UnitNetworkView
Which of the following is the basic approaches for joining tables? August 29, 2021August 29, 2021 administrator Which of the following is the basic approaches for joining tables?All options are correctWell Done. Your Answer is Correct Keep it Up!Union JOINNatural JOINSubqueries
Which statement is true regarding procedures? August 29, 2021August 29, 2021 administrator Which statement is true regarding procedures?They include procedural and SQL statements.Well Done. Your Answer is Correct Keep it Up!They work similarly to the functions.It does not need unique names.It cannot be created with SQL statements.
A CASE SQL statement is ________? August 29, 2021August 29, 2021 administrator A CASE SQL statement is ________?A way to establish an IF-THEN-ELSE in SQLWell Done. Your Answer is Correct Keep it Up!A way to establish a loop in SQL.A way to establish a data definition in SQLAll options are correct