What built in subprogram is used to manipulate images in
image items ?
Answer Posted / orawhiz
Image_zoom
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
I have 2 tables with 1 million rows each. I have updated 1 row in first and 1 million update on second table. Now I commit both the updates. Which one will commit fast and Why?
What is meant by a database?
Explain the use of assign statement in progress database?
What is dbms and types of dbms?
Explain degree of a relation?
What is a key field?
How many database systems are there?
What do database languages do?
what is the difference between two and three-tier architectures?
What is the difference between a delete command and truncate command?
What is the difference between a database and a spreadsheet?
What are collection pools? What are the advantages?
IF Statements BLOCK 1 . IF a >= b THEN do_this …..; ELSE do_that….; END IF BLOCK 2 . IF a < b THEN do_that …..; ELSE do_this….; END IF; • Given any pair of non-NULL values for “a” and”b”, will Block 1 and Block 2 do the same thing? • What if either “a” or”b” (or both) is NULL?
What is the Structural difference between bitmap and b-tree index ?
Explain a tp monitor?