What is sql injection owasp?
What is sql performance tuning?
what is global table
how to give permission to users that users can update/insert/delete on a row of table on timeing 10am to 6pm only?
SELECT ROUND(TRUNC(MOD(1600,10),-1),2) FROM dual;
what are all the different normalizations? : Sql dba
write a query find which rows of a table is updated on 2 days before?
Are null values same as that of zero or a blank space?
If a procedure within a package is invalidated whether the entire package will be invalid and has to be recompiled again?
what is the difference between char and varchar data types? : Sql dba
what are the differences between char and nchar? : Sql dba
How to look at the current sql*plus system settings?
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?