adspace
Answer Posted / Amla Rani
In SQL and PL/SQL, a record is a user-defined collection of related data items. Each record has a name and consists of one or more fields (or attributes). Records can be considered as a table with only one row. An example of creating a record in SQL would be: CREATE OR REPLACE TYPE Employee_Record AS OBJECT (id NUMBER, name VARCHAR2(50), salary NUMBER);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is dbms? : Sql dba
What is your daily office routine?
what are the advantages of sql ? : Sql dba
what is collation? : Sql dba
what is bcp? When does it used? : Sql dba
Is inner join faster than left join?
Is primary key always clustered index?
define sql insert statement ? : Sql dba
What is the best sql course?
how to escape special characters in sql statements? : Sql dba
How do I remove duplicates in two columns?
what is schema? : Sql dba
Can we use distinct and group by together?
what are all the common sql function? : Sql dba
What is the current version of postgresql?