10 Frequently asked SQL Query
- Try online SQL terminal - http://www.w3schools.com/sql/trysql.asp?filename=trysql_select_all
- suppose you have table with no primary keys. so this table can have duplicate rows. How would you delete duplicate rows but keep exactly one of that kind?
- Delete duplicates from a table
No comments:
Post a Comment