select * from [tableName]
TRUNCATE TABLE [tableName];
UPDATE [변경하고 싶은 테이블] 
SET [변경할 entity] = '추가하고 싶은 내용'
WHERE name = '정지은';