Computer Science, asked by sanjanasuresh630, 2 days ago

Write a Python program to delete policy details from the ‘Insurance’ table for a given policy number given by the user. Display the table contents after deletion as the output.

Answers

Answered by fatimathshabna2006
0

Answer:Structured Query Language (SQL) is a database language designed for managing data held in a relational database management system. SQL was initially developed by IBM in the early 1970s (Date 1986). The initial version, called SEQUEL (Structured English Query Language), was designed to manipulate and retrieve data stored in IBM’s quasi-relational database management system, System R. Then in the late 1970s, Relational Software Inc., which is now Oracle Corporation, introduced the first commercially available implementation of SQL, Oracle V2 for VAX computers.

Many of the currently available relational DBMSs, such as Oracle Database, Microsoft SQL Server (shown in Figure 15.1), MySQL, IBM DB2, IBM Informix and Microsoft Access, use SQL.

In a DBMS, the SQL database language is used to:

Create the database and table structures

Perform basic data management chores (add, delete and modify)

Perform complex queries to transform raw data into useful information

Explanation:

Similar questions