Contents
What is the other name for personal database?
Personal data, also known as personal information or personally identifiable information (PII), is any information related to an identifiable person.
What is a better word for dumb?
Some common synonyms of dumb are crass, dense, dull, and stupid.
What is another word for personal life?
What is another word for personal life?
autobiography | memoirs |
---|---|
memoir | record |
reminiscences | self-portrayal |
personal history | internal life |
life history | account |
How do you say dumb nicely?
‘Dunderhead’ and Other ‘Nicer’ Ways to Say Stupid
- Dunderheaded. Definition: being a dunderhead.
- Anserine. Definition: stupid, silly.
- Blinkard. Definition: a stupid, slow-witted, or obtuse person.
- Ignoration. Definition: complete or utter ignorance.
- Addlepated.
- Nescient.
- BĂȘtise.
- Stupid.
How many synonyms are there for the word database?
Database synonyms – 114 Words and Phrases for Database Another way to say Database? Synonyms for Database (other words and phrases for Database). Log in Synonymsfor Database
Can we create synonyms for database name name?
Please use Marked as Answer if my post solved your problem and use Vote As Helpful if a post was useful. Synonyms are for database objects like Table, procedures etc. So you may create synonym for a database table and use the synonym in your procedure.
How are synonyms used in a relational database?
Synonyms are very powerful from the point of view of allowing users access to objects that do not lie within their schema. All synonyms have to be created explicitly with the CREATE SYNONYM command and the underlying objects can be located in the same database or in other databases that are connected by database links .
How are public synonyms created in a database?
As mentioned earlier, public synonyms can be referenced by all users in the database. Public synonyms are usually created by the application owner for the tables and other objects such as procedures and packages so the users of the application can see the objects The following code shows how to create a public synonym for the employee table: