-- $Id: insert_tool_qa_data.sql,v 1.8 2006/03/21 06:28:01 fmalikoff Exp $ -- test data for content table -- test data for content table INSERT INTO tl_laqa11_content (qa_content_id, creation_date ) VALUES (10, NOW()); -- test data for content questions table INSERT INTO tl_laqa11_que_content (qa_que_content_id, question, display_order, qa_content_id) VALUES (20,'What is the name of this activity?',1,10);