How to delete particular value in the column of a table.Is
it possible or not?if possible give it as in query.
Answer Posted / sunil kumar basuru
we cant delete the particular column because oracle two
dimensional structure.but instead of delete we can do column
'null'
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
what's the maximum size of a row? : Sql server database administration
Do you know what is bit data type and whats the information that can be stored inside a bit column?
how you can move data or databases between servers and databases in sql server? : Sql server administration
explain different types of joins? : Sql server database administration
How to loop through returning rows?
Explain the cursor lock types?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
What is the difference between stored procedure and functions?
How to delete all rows with truncate table statement in ms sql server?
Can we use custom code in ssrs?
Can we join two tables without primary key?
What are the differences between ms sql server & oracle?
How can I know what locks are running on which resource?
What are the advantages of using third-party tools?
Tell me what do you understand by a view? What does the with check option clause for a view do?