Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, I got this answer from one of the Chegg experts, F or database, u can create one in sqllite any any DBMS or

Hi, I got this answer from one of the Chegg experts, " For database, u can create one in sqllite any any DBMS or u can store we have one here in excel file or .csv file */ " Can someone explain that to me?

I'm trying to create this database,

the following functions must be declared/defined in separate files: database.h and database.c.

int addRecord (struct record **, int, char [ ],char [ ]); void printAllRecords(struct record *); int findRecord (struct record *, int); int deleteRecord(struct record **, int);

Also the data structure of record (not sure about this)

Create record.h and define the following structure:

struct record { int accountno; char name[25]; char address[50]; struct record* next; };

Can someone help me and explain this to me I'm new at C and I'm not sure how to create this and implement it on the User_interface that I created. Thanks again for the help.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

LO6 Describe how individual pay rates are set.

Answered: 1 week ago