Which operator is used to compare a value to a specified list of values?
1.ANY
2.BETWEEN
3.ALL
4.IN
Answer:4
Posted Date:-2021-07-19 00:03:56
1.INSERT
2.MODIFY
3.LOOK-UP
4.All of the above
Answer 21.39 digits
2.38 digits
3.40 digits
4.37 digits
Answer 21.View
2.Network
3.Unit
4.Transaction
Answer 41.Read operations
2.Write operations
3.A & B both
4.None of the above
Answer 11.Simple tables
2.Virtual tables
3.Complex tables
4.Actual Tables
Answer 21.Primary key can store null value, whereas a unique key cannot store null value.
2.We can have only one primary key in a table while we can have multiple unique keys
3.Primary key cannot be a date variable whereas unique key can be
4.None of these
Answer 31.NOT Operator
2.Exists Operator
3.IS NULL Operator
4.None of the above
Answer 31.CREATE
2.UPDATE
3.ALTER
4.SELECT
Answer 31.SELECT
2.PROJECT
3.JOIN
4.PRODUCT
Answer 31.SELF JOIN
2.EQUI JOIN
3.NON-EQUI JOIN
4.None of the above
Answer 21.COUNT
2.COMPUTE
3.SUM
4.MAX
Answer 21.Primary Key
2.Not Null
3.Check
4.Union
Answer 41.Similar to the WHERE clause but is used for columns rather than groups.
2.Similar to WHERE clause but is used for rows rather than columns.
3.Similar to WHERE clause but is used for groups rather than rows.
4.Acts exactly like a WHERE clause.
Answer 31.They include procedural and SQL statements.
2.They work similarly to the functions.
3.It does not need unique names.
4.It cannot be created with SQL statements.
Answer 11.A way to establish a loop in SQL.
2.A way to establish an IF-THEN-ELSE in SQL
3.A way to establish a data definition in SQL
4.All of the above.
Answer 31.Only 1
2.Only 2
3.Depends on no of Columns
4.Depends on DBA
Answer 11.DESC
2.ASC
3.There is no default value
4.None of the mentioned
Answer 21.When existing rows are modified.
2.When a table is deleted.
3.When some rows are deleted.
4.All of the above
Answer 21.Numeric value
2.Alphanumeric value
3.A & B both
4.None of the above
Answer 31.is illegal
2.garbage
3.726
4.70
Answer 41.It is fast to update the records.
2.It does not need extra work for SQL queries.
3.It minimizes the page transfer and maximizes the cache hits.
4.None of the above is correct.
Answer 31. Structured Query List
2.Structure Query Language
3.Sample Query Language
4.None of these.
Answer 21.The specified table must contain data.
2.We must have a SELECT privilege on the view.
3.We should have a SELECT privilege only on the specified table.
4.The specified table must be in the same database or schema.
Answer 21.When an exact match is required in a SELECT statement.
2.When an exact match is not possible in a SELECT statement.
3.When an exact match is required in a CREATE statement.
4.When an exact match is not possible in a CREATE statement.
Answer 21.USER_TAB_PRIVS_MADE
2.USER_COL_PRIVS_MADE
3.USER_TAB_PRIVS
4.USER_COL_PRIVS
Answer 41.CHAR
2.RAW
3.NUMERIC
4.VARCHAR
Answer 21.COMMIT and ROLLBACK
2.UPDATE and TRUNCATE
3.SELECT and INSERT
4.GRANT and REVOKE
Answer 11.TIMESTAMP
2.INTERVAL MONTH TO DAY
3.INTERVAL YEAR TO MONTH
4.TIMESTAMP WITH DATABASE TIMEZONE
Answer 31.TRUNCATE
2.ALTER
3.CREATE
4.UPDATE
Answer 41.FLOAT
2.NUMERIC
3.DECIMAL
4.CHARACTER
Answer 31.Union JOIN
2.Natural JOIN
3.Subqueries
4.All of the above
Answer 41.SELECT, GROUP BY, WHERE, HAVING
2.SELECT, WHERE, GROUP BY, HAVING
3.SELECT, HAVING, WHERE, GROUP BY
4.SELECT, WHERE, HAVING, GROUP BY
Answer 21.The AS clause in SQL is used to change the column name in the output or assign a name to a derived column.
2.The SQL AS clause can only be used with the JOIN clause.
3.The AS clause in SQL is used to defines a search condition.
4.All of the mentioned
Answer 11.=
2.BETWEEN
3.NOT IN
4.<>
Answer 31.ANY
2.BETWEEN
3.ALL
4.IN
Answer 41.Equal
2.IN
3.IS
4.None of Above
Answer 31.Both run automatically.
2.Both are stored in the database.
3.Both consist of procedural code.
4.Both have to be called to operate.
Answer 31.DELETE
2.REMOVE
3.DROP
4.TRUNCATE
Answer 41.Natural JOIN
2.Outer JOIN
3.EQUI JOIN
4.All of the above
Answer 21.Index improves the speed of data retrieval operations on a table.
2.Indexes are special lookup tables that will be used by the database search engine.
3.Indexes are synonyms of a column in a table.
4.All of the above
Answer 11.ROLLBACK
2.COMMIT
3.TRUNCATE
4.DELETE
Answer 21.FOREIGN KEY
2.PRIMARY KEY
3.UNIQUE
4.ALTERNATE KEY
Answer 41.WITH
2.FROM
3.WHERE
4.SELECT
Answer 11.Stored Procedure
2.Trigger
3.Stored Function
4.None of the above
Answer 1