StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

What is SQL View - Essay Example

Cite this document
Summary
It is as a result of a statement due to a structured query language. They contain fields and records the way it is in a standard table, but the source is an original table existing in a real…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER96.9% of users find it useful
What is SQL View
Read Text Preview

Extract of sample "What is SQL View"

Structured Query Language Insert Insert Discuss how SQL views are created, altered, and dropped, and then present the potential benefits of using an SQL view to manipulate your data.A view is a resultant table that can be said to be virtual (Moris, February 4, 2014). It is as a result of a statement due to a structured query language. They contain fields and records the way it is in a standard table, but the source is an original table existing in a real database. In creating, altering and dropping a view I will consider students table contained in the school database.

Creating viewCREATE VIEW [students Above Average mark] ASSELECT student_name, math_scoreFROM studentsWHERE math_score > (SELECT AVG (math_score) FROM students)To query the above view, use the followingSELECT *FROM [students Above Average mark]Updating a viewTo update a view means that we are either replacing or creating a view (Rockoff, 2010). Considering the students table we want to add the class field to the current list of students.CREATE VIEW [Current Student List] AsSELECT student_id, student_name, classFROM studentsWHERE Discontinued = NoDropping a viewDropping a view means deleting the view from the system, and the DROP VIEW will be used to complete the process successfully.

For Instance to delete the current student list view, the syntax is shown below. DROP VIEW [Current Student List]The benefits of using an SQL view to manipulate my data are many. They involve the user choosing the data they need and offers an incredible platform for users to interact with the system. Also, DML has a variety of flavors and proficiencies among the vendors of the databases (Whitehorn & Marklyn, 2007). It also has the capability of changing whatever data is in the database.ReferencesMoris, C. C. (February 4, 2014).

Database Systems: Design, Implementation & Management (11th Ed.). Cengage Learning.Rockoff, L. (2010). The language of SQL. Australia: Course Technology PTR/Cengage Learning.Whitehorn, M., & Marklyn, B. (2007). Inside relational databases with examples in Access. [New York]: Springer.

Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(“What is SQL View Essay Example | Topics and Well Written Essays - 250 words”, n.d.)
What is SQL View Essay Example | Topics and Well Written Essays - 250 words. Retrieved from https://studentshare.org/information-technology/1684655-what-is-sql-view
(What Is SQL View Essay Example | Topics and Well Written Essays - 250 Words)
What Is SQL View Essay Example | Topics and Well Written Essays - 250 Words. https://studentshare.org/information-technology/1684655-what-is-sql-view.
“What Is SQL View Essay Example | Topics and Well Written Essays - 250 Words”, n.d. https://studentshare.org/information-technology/1684655-what-is-sql-view.
  • Cited: 0 times

CHECK THESE SAMPLES OF What is SQL View

Database Design & Development

sql is inherently transactional; therefore a transaction will start by an automated mechanism when another transaction completes (Woody 2009).... Some of its main features are; The basic type of data storage in sql Server is a database, which can be considered as a collection of tables.... sql Server provides support for many data types like Integer, Float, and Decimal etc.... There are several other things that are supported in sql server other than tables; they are views, stored procedures etc (Delaney 2005)....
4 Pages (1000 words) Essay

Complex SQL Benefits

See Appendix-I below containing the Design view & Report generated in MS Access – “Customer Volume by Month”:Ans # 2(1) In case Customer Names/Driver Names require to be printed then a complex SQL Statement will have to be written for each table.... The author of this paper "Complex sql Benefits" focuses on the development of a database of customers.... nbsp;… In case Customer Names/Driver Names require to be printed then a complex sql Statement will have to be written for each table....
1 Pages (250 words) Research Paper

SQL/PL Database project

For example, Triggers in PL/sql are the special stored programs which are triggered by… Triggers run between the issuance of a command and database management action is performed.... In the Yours PL/sql Project Row Type: The %ROWTYPE is used to specify the field of data types taken from columns of the views or tables.... For example, Triggers:Triggers in PL/sql are the special stored programs which are triggered by the use of events for the given program....
1 Pages (250 words) Essay

Association between data virtualization and SQL Joins

The query language establishes Data Virtualization and sql Insert Insert Data virtualization seeks to provide consumers of data with an access interface that encapsulates the location, the structure of the storage and the technology used in the storage.... he association between data virtualization and sql is in the use of the query language in implementing the latter concept (Corbin, Fuller, Jansen & McPherson, 2013).... sql is also used to come up with logical views that have significantly reduced the need for extra data stores thus avoid data replication and consolidation (Santana, 2014)....
1 Pages (250 words) Research Paper

Database Management System

Parallel server technology coordinator looks individual operation in a sql statement's execution plan and then determines way in which each row operated on in the operation should be divided or shared among the parallel execution servers.... After the database backup now I will interrogate the user on what kind of data was entered wrongly....
4 Pages (1000 words) Coursework

Reservation System for the Library

The paper “Reservation System for the Library” will be focussed on a local library that does not have a database reservation system for the public to use and which they can have access to at home.... The purpose of this reservation system is that students, teachers can gain a better service from the library....
9 Pages (2250 words) Assignment

Corporate Proposal for SQL Server

nbsp;… For this reason, the company is looking for some experts who can suggest a comprehensive solution keeping in view all the data storage concerns.... This research paper "Corporate Proposal for sql Server" describes proposal for large company.... This apper outlines recomandations to backup plan, monitoring performance sql server 2012, securitu managenmnet level, system requirements, and company background.... we are recommending Microsoft sql Server 2012 for storing data and retrieving it whenever it is needed by request through any other software applications....
10 Pages (2500 words) Research Paper

Employing XML, XQUERY, and SQL Queries Techniques

… The paper “Employing XML, XQUERY, and sql Queries Techniques” is a  brilliant variant of assignment on logic & programming.... Here, the sql command is selecting data from two tables, Orders, and Order details.... The paper “Employing XML, XQUERY, and sql Queries Techniques” is a  brilliant variant of assignment on logic & programming.... Here, the sql command is selecting data from two tables, Orders, and Order details....
11 Pages (2750 words) Assignment
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us