What is schema?
Answer Posted / p.karthika
schema is a design of data system
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are transaction isolation levels supported by oracle?
How to create a new user account in oracle?
master table and child table performances and comparisons in Oracle ?
What is oracle data type?
How i can handle exception in large code like 1000 line without distrubing the code or without exception handler sction?
22. Display the order number, number of lines in the order, total number of items and total value for all orders that have a total value greater than $100
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
How to delete a column in an existing table?
How to open a cursor variable?
What is difference between sid and service name in oracle?
Why is oracle so popular?
How will you differentiate between varchar & varchar2?
Is there a function to split a string in plsql?
What do you understand by a database object? Can you list a few of them?