Very Short Answer Questions
1. What is RDBMS ?
2. Mention the different ways to create a database.
3. What are the manipulation operations that can be done on a table?
Answers
Answered by
0
Answer:
sudpydotdtsstostksktstlstpslydtsrosors
Answered by
1
Answer1. A database management system (DBMS) that incorporates the relational-data model, normally including a Structured Query Language (SQL) application programming interface.
Answer2.Create a database without using a template
- On the File tab, click New, and then click Blank Database.
- Type a file name in the File Name box. ...
- Click Create. ...
- Begin typing to add data, or you can paste data from another source, as described in the section Copy data from another source into an Access table.
Answer3.
- SELECT - We can select one or more data from the table.
- INSERT - We can insert one or more values into the table by using insert command.
- DELETE - We can delete one or more data with the specify condition from the table.
Similar questions