-
How can I get recent 10 records out of 100 records
HI all table contain some 1000 records, today I inserted 100 records into table, so I want first 10 records data from 100 records how can I retrieve
-
Stack using two queues
write a code how to implement stack using two queues? and vice versa ?
-
-
Retrieve one particular row
Suppose if there are 100 rows and you need to retrieve one particular row without using where clause?
-
When would you use stored procedure or functions ?
Explain the scenario of the best usage
-
Data Structure for one million named objects
If you have one million named objects and you want to store them in a data structure that lets you insert new objects quickly and search for an object by name quickly, what data structure should you use?
-
-
what is the use of nocopy parameter in oracle procedure
Hi, What is nocopy parameter in oracle procedure. what is the use of it. In which situation,we can use the nocopy parameter.Thanks,Saravanan.P
-
-
Conceptually, a linked list queue is the same as a queue built using an array.
Skill/Topic: Queues Using Linked ListsA) TrueB) FalseExplanation: Conceptually, a linked list queue is the same as a queue built using an array. Both store data. Both place data at the front of the queue and remove data from the front of the queue