What is a record in a database?



What is a record in a database?..

Answer / Anuricha Yadav

In a relational database, a record is a row of data within a table. It consists of one or more fields (columns), and each field contains an instance of the data related to that field's name.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

I have one Excel file with 1,50,000 Records. Now I need to load that whole file into Oracle Database with same columns in Excel sheet . I need PLSQL Procedure or used by SQL PLUS

7 Answers   Polaris,


what are the advantages of using stored procedures? : Sql dba

1 Answers  


can a stored procedure call itself or recursive stored procedure? : Sql dba

1 Answers  


What is the best strategy to use COMMIT in a pl/sql loop?

3 Answers  


What are the three pl sql block types?

1 Answers  


How to delete same emp id in sql query for exmaple in emp table emp id, empname, emp address. for example emp id =5, repeated in two times in rows same id how to delete same empid please any one of the write query send in my id

8 Answers   CGCI,


why should required for Indexed by table in pl/sql

3 Answers  


how will be date change into string

4 Answers  


What is the difference between inner join and left join?

1 Answers  


How many tables can a sql database have?

1 Answers  


How many triggers can be applied to a table?

1 Answers  


what are myisam tables? : Sql dba

1 Answers  


Categories