|
|
|
|
Soft Skills
|
Sql Interview Questions and Answers
State true or false. !=, <>, ^= all denote
the same operation? State true or false. EXISTS, SOME, ANY are operators in SQL?
What will be the output of the following query?
What does the following query do?
What is the advantage of specifying WITH GRANT OPTION in the GRANT
command?
Which command executes the contents of a specified file?
What is the value of comm and sal after executing the following query if
the initial value of ‘sal’ is 10000 UPDATE EMP SET SAL = SAL + 1000,
COMM = SAL*0.1;? Which command displays the SQL command in the SQL buffer, and then
executes it?
What command is used to get back the privileges offered by the GRANT
command?
What will be the output of the following query? Which date function is used to find the difference between two dates?
What operator performs pattern matching? What is the use of the DROP option in the ALTER TABLE command? What operator tests column for the absence of data? What are the privileges that can be granted on a table by a user to
others? Which function is used to find the largest integer less than or equal to
a specific value? Which is the subset of SQL commands used to manipulate Oracle Database
structures, including tables?
What is the use of DESC in SQL? Page Numbers : 1 2 3 4 5 6 7 8 9 10 11
|