Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 08-16-2016, 08:38 PM   #1
donaldbren
Registered User
 
Join Date: Aug 2016
Posts: 30
What is a Record in a database ?

What is a Record in a database ?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
donaldbren is offline   Reply With Quote

Old 08-29-2016, 06:15 AM   #2
elenajayden
Registered User
 
Join Date: Jul 2016
Posts: 19
A Relational Database management System(RDBMS) is a database management system based on relational model introduced by E.F Codd.
elenajayden is offline   Reply With Quote
Old 09-07-2016, 04:15 AM   #3
kunalkumar
Registered User
 
Join Date: Apr 2016
Posts: 198
Records are composed of fields, each of which contains one item of information. A set of records constitutes a file.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
kunalkumar is offline   Reply With Quote
Old 09-07-2016, 09:23 AM   #4
AndrewNguyen
Registered User
 
Join Date: Aug 2016
Posts: 118
In the context of a relational database, a row—also called a record or tuple—represents a single, implicitly structured data item in a table. In simple terms, a database table can be thought of as consisting of rows and columns or fields.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- A support tool for your Twitter business

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
- Make your WordPress easier.
AndrewNguyen is offline   Reply With Quote
Old 09-10-2016, 06:30 AM   #5
sashwatmegh
Registered User
 
Join Date: Apr 2016
Location: pune
Posts: 583
Record in database are tables made of fields which contain the information of any product or items. Record are also called tuples.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sashwatmegh is offline   Reply With Quote
Old 03-15-2017, 10:32 PM   #6
pxljobs
Registered User
 
Join Date: Jul 2016
Location: Bangalore
Posts: 370
The record it is an database entry it may contain values group of the record stored in the table it contains multiple tables.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
pxljobs is offline   Reply With Quote
Old 08-17-2017, 11:57 PM   #7
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
A personnel file might contain records that have three fields: a name field, an address field, and a phone number field. In relational database management systems, records are called tuples.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
adityadev is offline   Reply With Quote
Old 09-12-2017, 03:27 AM   #8
AliceArifova
Registered User
 
Join Date: Sep 2016
Location: London
Posts: 930
Record in the database are tables made of fields which contain the information of any product or items.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
,
AliceArifova is offline   Reply With Quote
Old 09-25-2017, 02:26 AM   #9
BryceBrady
Registered User
 
Join Date: Oct 2016
Posts: 580
Records are composed of fields, each of which contains one item of information. A set of records constitutes a file. For example, a personnel file might contain records that have three fields: a name field, an address field, and a phone number field. In relational database management systems, records are called tuples.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BryceBrady is offline   Reply With Quote
Old 03-15-2018, 11:37 PM   #10
samaron
Registered User
 
Join Date: Sep 2017
Posts: 177
Records are composed of fields, each of which contains one item of information. A set of records constitutes a file. For example, a personnel file might contain records that have three fields: a name field, an address field, and a phone number field. In relational database management systems, records are called tuples.
samaron is offline   Reply With Quote
Old 03-24-2018, 12:15 AM   #11
kiruthi_18
Registered User
 
Join Date: Feb 2018
Location: Chennai
Posts: 79
Quote:
Originally Posted by donaldbren View Post
What is a Record in a database ?
In Relational Database management System(RDBMS), records are called tuples. It composed of fields. Datas are stored in table format that is called records in database.
kiruthi_18 is offline   Reply With Quote
Old 03-27-2018, 06:21 AM   #12
Cynthia_Corb
Registered User
 
Join Date: Mar 2018
Location: USA
Posts: 5
The term "records" refers to rows or horizontal groupings of unique field data.
Cynthia_Corb is offline   Reply With Quote
Old 03-05-2019, 06:37 AM   #13
adityadev
Registered User
 
Join Date: Jul 2017
Posts: 86
Records are composed of fields, each of which contains one item of information. A set of records constitutes a file. For example, a personnel file might contain records that have three fields: a name field, an address field, and a phone number field. In relational database management systems, records are called tuples.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
adityadev is offline   Reply With Quote
Old 08-15-2019, 10:48 PM   #14
RH-Calvin
Registered User
 
Join Date: May 2015
Location: Forum
Posts: 2,517
A record is composed of fields and contains all the data about one particular person, company, or item in a database. In this database, a record contains the data for one customer support incident report. Records appear as rows in the database table.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| $1 VPS Hosting

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Windows Server with Remote Desktop Access

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
| Servers with Free IPMI Setup
RH-Calvin is offline   Reply With Quote
Old 10-03-2019, 07:14 AM   #15
alvin_hoffman
Registered User
 
Join Date: Oct 2015
Posts: 383
In relational databases, a record is a group of related data held within the same structure. More specifically, a record is a grouping of fields within a table that reference one particular object.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
alvin_hoffman is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is a Record in a database ? Shivangi Panwar PHP / mySQL 1 03-13-2016 10:41 PM
What is a Record in a database ? Shivangi Panwar Programming General 2 01-21-2016 04:54 AM
Windows Hosting on IIS 8 Server with Free SQL 2012 Database thewebhosting Web Promotion 1 04-04-2013 08:53 AM
Plastic Surgeons Database of United States (Phone, Address, Zip) immediate Post your ad here 0 05-09-2012 12:11 AM
ISO Country Codes and Area Codes Database with Population, Area and GDP immediate Post your ad here 0 02-03-2012 03:48 AM


All times are GMT -7. The time now is 10:34 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.