Api 610 13th Edition ((full)) (VERIFIED)
CREATE TABLE api610_pumps ( id UUID PRIMARY KEY, pump_model VARCHAR(100) NOT NULL, edition SMALLINT CHECK (edition = 13), shaft_type VARCHAR(10), material_class VARCHAR(5), max_nozzle_load_f_lbf DECIMAL(8,2), max_nozzle_load_t_lbf DECIMAL(8,2), min_cont_flow_gpm DECIMAL(8,2), lube_system_type VARCHAR(30), seal_chamber_rated_psig INT, meets_api610 BOOLEAN DEFAULT FALSE, created_at TIMESTAMP DEFAULT NOW() );
Are you writing a and need help with material selection? Api 610 13th Edition
: The standard specifies requirements for overhung (OH) , between-bearings (BB) , and vertically suspended (VS) centrifugal pumps. CREATE TABLE api610_pumps ( id UUID PRIMARY KEY,