Answer Posted / tekchand nanda
In computer science, a pointer is a programming language
data type whose value refers directly to (or "points to")
another value stored elsewhere in the computer memory using
its address.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to get last row id?
What is an anonymous block?
What is a procedure in oracle?
What is a tns file?
WHAT IS THE DEFINITION OF DEFAULT CUSTOMER IN AR?
How to drop a stored function?
How remove data files before opening a database?
How to delete multiple rows from a table in oracle?
Difference between varchar and varchar2 data types?
What is raw datatype in oracle?
How to rename a column in an existing table?
Tab A A B ------ 1 A 2 B 3 C Tab B A B ----- 4 D 5 E 6 F Generate the value into B table from A table. Only table A has the value. Write the SQL query to get B table value.
How to connect to a remote server?
Can multiple columns be used in group by in oracle?
How to create a new oracle data file?