Question: Create the table Student in PostgreSQL and in MySQL and procide screenshots CREATE TABLE Student(studid INTEGER, name VARCHAR(20), address VARCHAR(30), status CHAR(1));
Create the table Student in PostgreSQL and in MySQL and procide screenshots
CREATE TABLE Student(studid INTEGER, name VARCHAR(20), address VARCHAR(30), status CHAR(1));
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
