Database schema
-
oracle thực là tổng hợp các tác vụ cơ bản mà bạn thường xuyên thực hiện khi thao tác với oracle database & client như: cài đặt và khởi tạo oracle database, tạo mới user, schema, tạo mới bảng, import /export dữ liệu. bên dưới là sơ đồ mô tả tổng quan về các tác vụ. các bài viết trong oracle thực hành phần lớn được tổng hợp từ chuyên đề oracle trên website http://nguyenhuutrong.com/tag/oracle/...
80p vinh_pro_hvtc 17-09-2012 285 84 Download
-
Bài giảng "Cơ sở dữ liệu - Chương 3: Mô hình dữ liệu quan hệ" cung cấp cho người đọc các kiến thức: Quá trình thiết kế CSDL, quan hệ (Relation), thuộc tính (Attribute), lược đồ (relation schema), kiểu dữ liệu và miền giá trị (Domain),... Mời các bạn cùng tham khảo nội dung chi tiết.
37p doinhugiobay_17 01-03-2016 52 4 Download
-
The main contents of the chapter consist of the following: Function M-files, syntax of function M-Files, comments, multiple input and output functions, relational model concepts, relational model constraints and relational database schemas, update operations and dealing with constraint violations.
34p nanhankhuoctai10 23-07-2020 22 2 Download
-
Bài giảng Cơ sở dữ liệu (Database) - Chương 1: Các khái niệm cơ bản về hệ cơ sở dữ liệu cung cấp cho học viên những kiến thức về cơ sở dữ liệu là gì, tại sao cần tới các hệ cơ sở dữ liệu, kiến trúc 3 mức của một hệ cơ sở dữ liệu, lược đồ cơ sở dữ liệu (database schema), thể hiện của cơ sở dữ liệu (database instance),... Mời các bạn cùng tham khảo chi tiết nội dung bài giảng!
34p bachnhuocdong 23-12-2021 70 3 Download
-
Bài thực hành Bảo mật hệ thống thông tin số 12: Standard Auditing có nội dung trình bày khái quát về Database Auditing, kích hoạt các lựa chọn của Standard Auditing, Statement Auditing, Privilege Auditing, Schema Object Auditing,... Mời các bạn cùng tham khảo chi tiết nội dung tài liệu.
17p xusong 05-07-2021 45 6 Download
-
The minimum number of Cs that can be associated with one A is 1. I know this because the existence of the C to A relationship is mandatory. The maximum number of Cs that can be associated with one A is unlimited (or many). I know this because the cardinality of the C to A relationship is 1-M.
10p thienthanoze 12-11-2012 62 3 Download
-
Cấu trúc database bao gồm cấu trúc logic và cấu trúc vật lý. Cấu trúc vật lý bao gồm tập hợp các control files, online redo log files và các data files. Cấu trúc logic bao gồm các schema objects tablespaces, segments, extents và data blocks.
10p xmen1357 06-01-2011 85 11 Download
-
CÁC QUYỀN HỆ THỐNG 1.1.PHÂN LOẠI QUYỀN Oracle database có khoảng 80 quyền hệ thống và con số này đang tiếp tục tăng lên. Các quyền hệ thống có thể chia ra như sau: Các quyền cho phép thực hiện các thao tác mức độ rộng trên hệ thống ví dụ như: CREATE SESSION, CREATE TABLESPACE. Các quyền cho phép quản lý các đối tượng thuộc về một user ví dụ: CREATE TABLE Các quyền cho phép quản lý các đối tượng trong bất cứ một schema nào ví dụ câu lệnh: CREATE ANY TABLE. Có thể điều khiển các quyền bằng...
9p hangkute_1 27-08-2010 254 41 Download
-
[ Team LiB ] Recipe 2.1 Retrieving Hierarchical Data into a DataSet Problem You want to fill a DataSet with parent and related child data, even if the DataSet already has a schema that includes the relationship. Solution There are several techniques you can use to load parent and child data into a DataSet.
4p luvpro 04-08-2010 79 6 Download
-
[ Team LiB ] Recipe 2.19 Replacing Null Values in a Strongly Typed DataSet Problem When a column in a database has a null value, you want the value in the DataSet to be a string indicating that no value is available. Solution Use annotations in the XML schema to control the handling of null values.
4p luvpro 04-08-2010 97 6 Download
-
[ Team LiB ] Recipe 10.15 Creating a Table in the Database from a DataTable Schema Problem You need to create a table in a database from an existing DataTable schema. Solution Use the CreateTableFromSchema( ) method shown in this solution.
6p luvpro 04-08-2010 122 6 Download
-
[ Team LiB ] Recipe 0.2 Retrieving Database Schema Information from SQL Server Problem You need to retrieve database schema information from a SQL Server database.
6p luvpro 04-08-2010 97 7 Download
-
Listing 8.3: SCHEMAONLYCOMMANDBEHAVIOR.CS /* SchemaOnlyCommandBehavior.cs illustrates how to read a table schema */ using System; using System.Data; using System
11p daisuphu 29-07-2010 74 6 Download