why not null constraint showing its constraint type
as 'c'
Answer / prativa mishra
Because It checks the value is not null or null.
Is This Answer Correct ? | 0 Yes | 0 No |
Show the two pl/sql cursor exceptions.
What is trigger in flip flop?
1. what is the exact use of hint in sql. 2. How we can avoid index scan in sql even though index is there in the table.
Explain the difference between 'between' & 'and' operators in sql
table :- city name country code abc 11 bcd 22 cde 232 def 33 write a procedure , so that when we give a phone no. eg - 1123456789 - o/p sud be city name = abc if phone no. - 2322345897 , o/p sud be =cde note - bcd and cde city name sud be diff. as dey diff only with th last no. Pls ans. this questnion.
Why use truncate instead of delete?
Why procedure is used in sql?
Can a trigger call a stored procedure?
In a PL/SQL block,which loop type should be used in a performance point of view & Why (as both loops can do the same task) 1) open - Fetch loop 2) for loop
What are the differences between Database Trigger and Integrity constraints ?
What is a crud api?
Is record in oracle pl sql?