Q.
Wat kind of tables can we add in project of institute management in dbms(database management system)???
plzzzzzzzzzzzzzzzzzzz help me............
About: Project of institute management in dbms
13 Aug '09 10:54 pm
Earn 10 points for answering
Answers (1)
1.
Table Privileges
In a database, when you create a table or other database object, you own it. The owner of the table can do the following, depending on his or her privileges:
select columns and rows from the table for viewing
add or remove columns from the table
insert, delete, or update rows
create other objects (indexes and views) based on the table ...more
Answered by anantharaman, 13 Aug '09 11:00 pm
In a database, when you create a table or other database object, you own it. The owner of the table can do the following, depending on his or her privileges:
select columns and rows from the table for viewing
add or remove columns from the table
insert, delete, or update rows
create other objects (indexes and views) based on the table ...more
Report abuse
Useful
(0)
Not Useful
(0)
Your vote on this answer has already been received