I'm using the oracle application express to experiment with databases, and entering commands into the sql command processor.
But this code doesn't work.
alter table televisions
modify (resolution varchar2(9) 1366x768)
Can someone tell me what I've done wrong here?
But this code doesn't work.
alter table televisions
modify (resolution varchar2(9) 1366x768)
Can someone tell me what I've done wrong here?
Last edited: