write steps to remove a record from a table ?
Answers
Answered by
5
In Ms office :
1. Right-click in a table cell, row, or column you want to delete.
2. On the Mini toolbar, click Delete.3. Choose Delete Cells, Delete Columns, or Delete Rows.
In Database :
Delete from <table name> where <column name> = <your wish>;
1. Right-click in a table cell, row, or column you want to delete.
2. On the Mini toolbar, click Delete.3. Choose Delete Cells, Delete Columns, or Delete Rows.
In Database :
Delete from <table name> where <column name> = <your wish>;
Answered by
2
Ur ans wer is on tge above
And thnx for free points of 25
Similar questions