What is a Segment ?
Answer / orawhiz
A segment is a set of extents allocated for a certain logical
structure.
| Is This Answer Correct ? | 2 Yes | 0 No |
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
write a query to count number of alphabets in given string for example "APPLE" write a query to generate sequence from 50 to 100 write a query to display in single string "ABCD,EFGH,IJKL,PQRS"
Explain oracle 12c new features for developers?
how to retrieve data from different tables ,place this data in different excel worksheets.
What is Public Database Link ?
What are virtual columns?
1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.
Hi, I want table structure shown below. How can i create this ? Num Name Address Addr1 Addr2 I want Addr1 and Addr2 under Address column. How can i achive this ? Is it possible ?
What are the different types of databases?
What are the different type of Segments ?
why dont we assign not null constraint as table level constraint.
How you open and close a cursor variable.Why it is required?