CREATE DATABASE petclinic;
GRANT ALL ON petclinic.* TO pc@localhost IDENTIFIED BY 'pc';
USE petclinic;
CREATE TABLE vets (
id INT(4) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
first_
use jpetstore;
create table if not exists supplier (
suppid int not null,
name varchar(80) null,
status varchar(2) not null,
addr1 varchar(80) null,
addr2 varchar(80) null,
drop sequence linenum;
drop sequence ordernum;
drop table lineitem;
drop table orderstatus;
drop table orders;
create table orders (
orderid int not null,
userid varchar(80) not
MO Code_Memory NULL ../source/code_memory.v vlg3B/Code_Memory.bin
MO Execute NULL ../source/execute.v vlg47/Execute.bin
MO Control NULL ../source/control.v vlg41/Control.bin
MO Registers NULL ../so