Computer Science, asked by devendrapatel7373, 15 days ago

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 routrayniharika4
0

Answer:

sudpydotdtsstostksktstlstpslydtsrosors

Answered by GlimmeryEyes
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

  1. On the File tab, click New, and then click Blank Database.
  2. Type a file name in the File Name box. ...
  3. Click Create. ...
  4. 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