-
-
-
-
-
How many null value a unique key constraint can have?
I think there can be only one null value for a unique key constraint but some say there can be more than one null value.
-
-
-
SQL Query help
Needed a SQL query for this----------I have table with columns firstname, lastname and phone number and we have 2 entries in that table ...now I want to know the persons with this combination firstname of person = lastname of second person? ln phone----------------------------------john cubick 1223sam course 4556output:john course
-
Oracle long datatype
I'm using oracle9i to create a table which stores lyrics in long datatype. But if i store a long string of text and display it from the table, it displays only 80 chars. So someone help me how to store the whole lyrics txt file
-
Constraint and Index
What is difference between constraint and index? How do use them in SQL query?
-
What is a deadlock?
There is a table with Pluks('plk') and Zinks ('zin'). Each Pluk onlyresides on a single Zink and each Zink may contain multiple Pluks. Howdo you find how many Pluks are on each and every Zink? Please provide SQL.What is a deadlock?
-
Retrieve data from two tables
How to retrieve data from two tables of different servers
-
Tune SQL Query
How can you tune the query?
-
DOS command
How to execute DOS Commands from SQL prompt?
-
Export data from SQL to Excel
How to export data from a SQL table to MS Excel?
-
Find all tables in a database
How to find all the tables existing in a database?
-
Difference between nested query,sub query and nested query?
What is difference between nested query,sub query and nested query? explain clearly with an example?
-
Intent Shared Lock
Which one of the following is descriptive of the effect of an Intent Shared Lock on other transactions? CHOICE1: A Read Lock that prevents writes CHOICE2: A Read Lock that prevents other reads CHOICE3: A Read Lock that prevents more restrictive Locks CHOICE4: A Read Lock that allows other reads CHOICE5: A Read Lock that allows writes (Dirty Reads)
-
Display Time in SQL
How to display current system time in SQL.
-
Retrieve Rows Without Using SELECT Clause
How can we retrieve some rows from the database without using select clause?
Oracle SQL Interview Questions
Ans