Will you be able to store pictures in the database?explain.
No Answer is Posted For this Question
Be the First to Post Answer
What is an oracle function?
which statement is running fastly ie insert or delete?
What is the max number of columns in an oracle table?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
how to store only time in a data base table
How many types of cluster table in Oracle?
What are the components of logical database structure in oracle database?
What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?
what is reindexing?
How many file formats are supported to export data?
One Table having two rows with one colomn having values Like"Male" and "Female". how to upadte these values Like "Female" and "Male" in single update statement.