Preview

Unit 3 research

Good Essays
Open Document
Open Document
383 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Unit 3 research
Some examples of database naming conventions are; underscores: the elements of a name are separated by underscores to improve readability. substitutions: represented by italicized characters, indicating that the element is composed of characters provided by the user. constants: represented by non-italicized characters. brackets: indicate that the enclosed character is included only under specific conditions as defined.
Oracle database object names are limited to a maximum of 30 characters with the exception of database names which are 8 characters.
Database object names are limited to a maximum of 30 characters.
Object names contain only the letters [a-z] [0-9] and underscore Î_Ì.
Object names must start with a letter.
I think the convention that makes the most sense to me is the one limiting the amount of characters to a maximum of 30. If more than 30 characters where allowed name would become very long and confusing greatly increasing the chance of programming errors when creating the database.
An entity-relationship diagram is a specialized graphic that illustrates the relationships between entities in a database. ER diagrams often use symbols to represent three different types of information. Boxes are commonly used to represent entities. Diamonds are normally used to represent relationships and ovals are used to represent attributes

A declarative language is a type of programming language where you describe what goal a task has, but without writing the code to accomplish the task. HTML, SQL and Prolog are all examples of declarative languages. Procedural programming is a list or set of instructions telling a computer what to do step by step and how to perform from the first code to the second code. Procedural programming languages include C, Go, Fortran, Pascal, and BASIC.
In a procedural language you tell the computer each step to perform. The computer performs those steps and, if they are well written, you will end up with our desired

You May Also Find These Documents Helpful

  • Satisfactory Essays

    What is procedural or algorithmic programming? What is object-oriented programming? What is the role of code reuse in object-oriented programming? Under what circumstances is object-oriented programming best suited? Under what circumstances is procedural or algorithmic programming best suited?…

    • 503 Words
    • 3 Pages
    Satisfactory Essays
  • Powerful Essays

    Nt1310 Unit 1

    • 4209 Words
    • 17 Pages

    2) Which view needs to be queried to find out how many database objects a user has created?…

    • 4209 Words
    • 17 Pages
    Powerful Essays
  • Satisfactory Essays

    The name can be of any length, but don't get carried away. Remember that you will have to type this name.…

    • 368 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    IST223 Crib sheet

    • 3425 Words
    • 7 Pages

    rectangles, and relationships are shown by lines between the rectangles. Attributes are generally listed within the rectangle. The many side of many relationships is represented by a crows footentity-relationship (E-R) modelA set of constructs and conventions used to create data models. The things in the users world are represented by entities, and the associations among those things are represented by relationships. The results are usually documented in an entity-relationship (E-R) diagramID-dependent entityan entity whose identifier includes the identifier of another entityidentifierwhich are attributes that name, or identify, entity instancesidentifying relationshipIn such relationships, the parent is always required, but the child (the ID-dependent entity) may or may not be required, depending on application requirements. Identifying relationships are shown with solid lines in E-R diagrams.is-aRelationships among supertype/subtype entitiesmandatoryat least one entity instance must participate in the relationshipmaximum cardinalityThe maximum cardinality is the maximum number of entity instances that can participate in a relationship instance.minimum cardinalityThe minimum cardinality is the minimum number of entity instances that must participate in a relationship instance.nonidentifying relationshiprelationship drawn with a dashed line (refer to Figure 5-7) is used between strong entities and is called a nonidentifying relationship because there are no ID-dependent entities in the relationship.null valueare a problem because they are ambiguous. They can mean that a value is inappropriate, unknown, or known, but not yet been entered into the databaseparentAn entity or row on the one side of a one-to-many relationshiprecursive relationshipoccurs when an entity type has a relationship to itself.relationship classAssociations among entity classesrelationship instanceassociations among entity instances.strong entityan entity that represents something that can exist…

    • 3425 Words
    • 7 Pages
    Powerful Essays
  • Satisfactory Essays

    To understand the what the advantages of a declarative language as opposed to a procedural language, we must understand the difference between the two. A procedural language such as FORTRAN or Cabal (There are more) give precise instructions that tell the computer what to do. In other words a procedural language is your basic “if-this, then-that”. Specific variables are defined that tell the CPU how to process information. It takes a programmer that knows the intimate details of how the code works to ensure that programs work the way they are supposed to.…

    • 434 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    What is procedural or algorithmic programming? What is object-oriented programming? What is the role of code reuse in object-oriented programming? Under what circumstances is object-oriented programming best suited? Under what circumstances is procedural or algorithmic programming best suited?…

    • 503 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Procedural language is a type of computer programming language that specifies a series of well-structured steps and procedures within its programming context to compose a program. It contains a systematic order of statements, functions and commands to complete a computational task or program. It is also known as imperative language. Advantages of procedural language is easy to read program code, easy maintainable program code as various procedures can be debugged in isolation, and code is more flexible as you can change a specific procedure that gets implemented across the program.…

    • 240 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    07

    • 4772 Words
    • 25 Pages

    1) The SQL CREATE TABLE statement is used to name a new table and describe the table's columns.…

    • 4772 Words
    • 25 Pages
    Good Essays
  • Satisfactory Essays

    Unit 3 Case Study

    • 643 Words
    • 2 Pages

    When working in a daycare center there are many duties you must perform such as lifting and carrying children, having close contact with children, direct supervision of children, food preparation, desk work, facility maintenance, and evacuation of children in case of an emergency. Each day you set out to achieve a specific objective or objectives to make sure that the day runs smooth. You also must make sure that certain things do not occur while trying to reach your objective goal. Every day your objective might change but it still mainly remains the same. The specific objectives when working in the daycare are to make sure that none of the children get hurt, all the children are fed, have a lesson plan for each age group, and finally at pickup time make sure they all are ready to go home and picked up by only the people on the pickup list for that specific child.…

    • 643 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Compter Science

    • 819 Words
    • 4 Pages

    Programming statements in a low-level language will be close to natural language and will use standard mathematical notation.…

    • 819 Words
    • 4 Pages
    Good Essays
  • Satisfactory Essays

    06

    • 4188 Words
    • 33 Pages

    Pre-generated sequence numbers that have not been used when the database is shut down will no longer be available when the database is restarted.…

    • 4188 Words
    • 33 Pages
    Satisfactory Essays
  • Good Essays

    Anime LIst

    • 11441 Words
    • 52 Pages

    Which of the following defines a relationship in which each occurrence of data in one entity…

    • 11441 Words
    • 52 Pages
    Good Essays
  • Good Essays

    References: Microsoft Corporation. (n.d.). Visual Basic Naming Rules. Retrieved March 30, 2014, from Microsoft Developer Network: http://msdn.microsoft.com/en-us/library/ee440536%28v=office.12%29.aspx…

    • 738 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    The LastName, FirstName, Address, and City columns are of type varchar and will hold characters, and the maximum length for these fields is 255 characters.…

    • 232 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    An Entity Relationship Model, also known as an Entity Relationship Diagram, a graphical representation of entities and their relationships to each other, typically used in computing in regard to the organization of data within databases or information systems. An entity is a piece of data; an object or concept about which data is stored. A relationship is how the data is shared between entities. The three types of relationships between entities are one-to-one, one-to-many, and many-to-many.…

    • 224 Words
    • 1 Page
    Satisfactory Essays

Related Topics