Multiple choice technology web technology The JOIN is a SQL keyword used to ... delete data from database table. select data from 2 or more tables related by common attribute (table column). verify that the inserted data is correct. update database table. Reveal answer Fill a bubble to check yourself B Correct answer Explanation The JOIN keyword in SQL is used to combine and select rows from two or more database tables based on a related column between them. Data deletion and updates are handled by DELETE and UPDATE statements respectively.