Preview:
CREATE TABLE tbl_price_history (
	pk_price_history SERIAL PRIMARY KEY,
	fk_sku character(10) REFERENCES tbl_sku (sku),
	date_of_change date,
	retail_price numeric
);
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter