Difference between pre-select and pre-query
No Answer is Posted For this Question
Be the First to Post Answer
Can objects of the same Schema reside in different tablespaces.?
In my table i have 4 columns with 100 records but in that 4 columns one column contains all NULL values so can i add NOT NULL CONSTRAINT on that column......... ok if it is not possible, can i add NOT NULL CONSTRAINT from 101 Record Onwards?
How do we create privileges in oracle?
what are the different types of cursors? explain?
What is the relation of a user account and a schema?
What is a dead lock in oracle?
How do I manually create a database in oracle?
Table E: Name dept month sal 1 A JAN 800 2 B APR 1000 3 A JAN 300 4 A JAN 600 5 C JUN 400 1) SELECT HIGHEST SAL PAID DEPT IN JAN MONTH? 2) WRITE QUERY GET MAX SAL DEPT NO?
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
what are actual and formal parameters?
What is Library Cache in Oracle?
How to create a single index for multiple columns?