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
How to use column default values in insert statements in ms sql server?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
Where are sql server user names and passwords stored in sql server?
What are the disadvantages of indexes?
Explain how long are locks retained within the repeatable_read and serializable isolation levels, during a read operation with row-level locking?
How can you know if the row fetched from cursor is still valid in underlying table?
How to create new tables with "select ... Into" statements in ms sql server?
Why should one not prefix user stored procedures with ‘sp_’?
How do users use Report Builder with SQL Server data sources?
What types of Joins are possible with Sql Server?
Working with TLogs
Does an index slow down updates on indexed columns?
How will you decide the active and passive nodes?
How do you know if sql server is running on your local system?
Do you know nested transaction?