Answer:
View Base tables: Virtual table based on a SELECT query
CREATE VIEW statement: Data definition command that stores the query specification in the data dictionary
DROP VIEW statement: Data definition command that removes the query specification in the data dictionary
Explanation:
Views are virtual tables, which can be created by select queries using the real database tables.
Creating and dropping views can be done by the CREATE VIEW and DROP VIEW statements.
<u>CREATE VIEW syntax:</u>
CREATE VIEW view_name AS
SELECT column1, column2, ...
FROM table_name
WHERE condition;
<u>DROP VIEW syntax:</u>
DROP VIEW view_name;
Answer:
yes I do and I wonder why ??
Practise, my friend. Parctice.
The process for maturing an idea towards patentability is called: CIM.
An intellectual property can be defined as an intangible and innovative creation of the mind that is solely dependent on human intellect (intelligence).
Hence, an intellectual property is an intangible creation of the human mind, ideas, thoughts or intelligence.
Globally, there are three (3) main ways to protect an idea or intellectual property and these include:
A patent can be defined as the exclusive (sole) right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention (idea) for a specific period of time.
Generally, patents are used on an idea or innovation for products that are manufactured through the application of various technologies.
CIM is an acronym for collaborative invention mining and it can be defined as the process for maturing an idea towards patentability, especially through collaborative interaction..
Thus, the objective of collaborative invention mining (CIM) is to collectively strengthen, mature and develop an idea to become a tangible product that proffers a solution to a problem, thereby, making it patentable.
Read more: brainly.com/question/22374164