I want to know the difference between A Record Type and a Table.
Answer Posted / devi
table is a object where as a recordtype is a user defined
datatype .a table can store data from one table at a time
where as different variable or column declared with
sametype can stores data from multiple table
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
what is the difference between $message and $$message? : Sql dba
What are the commands used in sql?
Which is better join or inner query?
how to calculate expressions with sql statements? : Sql dba
What is data definition language?
Explain commit, rollback and savepoint.
What is sql profiler in oracle?
Can we use join in subquery?
Is sql injection illegal?
Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What is pl/sql language case sensitive?
What is meaning of <> in sql?
What is difference between sql and mysql?
Is ms sql traffic encrypted?
How to change the order of columns in Oracle SQL Plus ?