About 20,100,000 results
Open links in new tab
  1. Constraint for phone number in SQL Server - Stack Overflow

    Mar 16, 2016 · I would thus argue that the best way to store a phone number is this: DECLARE @phone TABLE ( phone_id int NOT NULL PRIMARY KEY ,phone_name nvarchar(255) NOT …

  2. sql - How to define that an attribute is optional? - Stack Overflow

    Nov 5, 2016 · I want to build in my program an optional attribute. E.g CREATE TABLE [Picture] ( Title VARCHAR(20), Signature VARCHAR(20), <--- should be optional Alttext VARCHAR(20) )

  3. Datatype for phone number: VARCHAR, INT or BIGINT?

    Dec 25, 2015 · How would you handle a phone number with an extension, such as "+1-000-000-0000 ext 1234" ? Note, the "+" indicates international dialing rules should be applied; so from …

  4. How to store a phone number in SQL as an integer?

    The correct complete phone number is 99857514. It does not include the external dial prefix 01, which is a command to Guillame's local phone system. That number starts with just a 1 from …

  5. SQL CREATE TABLE Statement - W3Schools

    The CREATE TABLE statement is used to create a new table in a database. .... The column parameters specify the names of the columns of the table. The datatype parameter specifies …

  6. 15.3: Optional Column Constraints - Engineering LibreTexts

    The Optional ColumnConstraints are NULL, NOT NULL, UNIQUE, PRIMARY KEY and DEFAULT, used to initialize a value for a new record. The column constraint NULL indicates …

  7. SQL CREATE TABLE (With Examples) - Programiz

    The SQL CREATE TABLE statement is used to create a database table. We use this table to store records (data). For example, Example-- create a table named Companies with different …

  8. Phone Numbers Table DesignSQLServerCentral Forums

    Jan 15, 2009 · You need to create following tables: PhoneType --Storee all the categories/types of phone numbers (ID, Name) PhoneNumber --Stores all the phone numbers (ID,TypeID, Number)

  9. CREATE TABLE: How to Create a Table in SQL - SQLCourse

    To create a new table, enter the keywords create table followed by the table name, followed by an open parenthesis, followed by the first column name, followed by the data type for that column, …

  10. schema - Creating a table with many optional fields - Database ...

    Create a contact_information table that references an organization_id, references a contact_type_id (of website, email, Facebook, etc.) from a lookup table, and has a generic …

  11. Some results have been removed
Refresh