Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a PHP Program that perform the following Connect to database server Create database under your name (DB_YOURNAME ) Create 2 tables Table 1 :

Create a PHP Program that perform the following

Connect to database server

Create database under your name (DB_YOURNAME )

Create 2 tables

Table 1 : Customer ( Cust_ID,Cust_Name,Cust_PhoneNo, Cust_Email, Cust_Address,Cust_Location)

Table 2 : Product (P_ID,P_Name,P_Quantity, P_Category)

Insert sample data into the two tables

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions