What are records give examples?
Answer / 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 |
How do I pipe the output of one isql to another?
What is the difference between database trigger and stored procedure?
What are pl sql data types?
If we have n no of columns in a table, can we add new column in that table with not null constraint?
Can we insert in view in sql?
Are stored procedures faster than dynamic sql?
What is schema in sql example?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
How delete all data from all tables in sql?
Why we use joins in sql?
What is the Query to print out the individual total number of duplicate row in sql.
Can we commit in trigger?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)