Author Topic: sqlite theory question  (Read 1999 times)

0 Members and 1 Guest are viewing this topic.

Offline sasoriTopic starter

  • Enthusiast
  • Posts: 266
    • View Profile
sqlite theory question
« on: December 29, 2009, 11:39:48 AM »
please give me the correct 2 answers

1) Unlike a database such as MySQL, SQLite  columns are not explicitly type. Instead,
SQLite categorizes data into  which of the  following categories ?

a) textual
b) unicode
c) numeric
d) binary
e) constant

Offline premiso

  • Karma Chameleon
  • Staff Alumni
  • Freak!
  • *
  • Posts: 6,669
  • Gender: Female
  • effing right
    • View Profile
    • PHP Help
Re: sqlite theory question
« Reply #1 on: December 29, 2009, 11:40:47 AM »
Please do not post Exam questions here.

Offline sasoriTopic starter

  • Enthusiast
  • Posts: 266
    • View Profile
Re: sqlite theory question
« Reply #2 on: December 29, 2009, 11:42:59 AM »
but sir, its just a mock exam question for me, I am currently reviewing, and am just seeking for experts opinion/answers about it  :( this is not related to the real one right?

Offline Buddski

  • Devotee
  • Posts: 1,231
  • Gender: Male
    • View Profile
    • Buddski Development
Re: sqlite theory question
« Reply #3 on: December 29, 2009, 11:45:45 AM »
If you are only 'reviewing' you should already have the answer.. You cant review a movie if youve never seen it, right?
"The problem with a UDP joke is that you have no idea if people got it."
--------------------------------
When posting an error that contains a line number, please show what that line actually contains.

Offline sasoriTopic starter

  • Enthusiast
  • Posts: 266
    • View Profile
Re: sqlite theory question
« Reply #4 on: December 29, 2009, 11:48:42 AM »
 :( but for me "reviewing" == "studying", I'm sorry for the wrong post. (but i wouldn't have postid it here if i knew what the answer should be.. sorry)

Offline .josh

  • Administrator
  • 'Insane!'
  • *
  • Posts: 13,150
  • Grumpy Old Man
    • View Profile
Re: sqlite theory question
« Reply #5 on: December 29, 2009, 11:49:25 AM »
so...you're cheating on a mock exam? I think you're missing the point? I don't know for sure but if I had to guess I'd say A and D or maybe B and D

Did I help you? Feeling generous? Donate to me! | Donate to phpfreaks!

Offline sasoriTopic starter

  • Enthusiast
  • Posts: 266
    • View Profile
Re: sqlite theory question
« Reply #6 on: December 29, 2009, 11:53:41 AM »
so...you're cheating on a mock exam? I think you're missing the point? I don't know for sure but if I had to guess I'd say A and D or maybe B and D

I'm not actually cheating Sir, I just want to 'learn' and improve my weakpoint areas, ofcourse with the help of experts in here..
but speaking of cheating.
some zce mentioned "cheat" on mock exam
Code: [Select]
http://mcloide.wordpress.com/2008/09/18/zend-exam-tips-scoring-system/ search for the keyword "cheat" and you'll see it from the thread..

Offline oni-kun

  • Addict
  • Posts: 1,964
  • Gender: Male
  • When you're down, Logic can be a cure.
    • View Profile
    • oni-kun.com
Re: sqlite theory question
« Reply #7 on: December 29, 2009, 12:49:46 PM »
so...you're cheating on a mock exam? I think you're missing the point? I don't know for sure but if I had to guess I'd say A and D or maybe B and D

I'm not actually cheating Sir, I just want to 'learn' and improve my weakpoint areas, ofcourse with the help of experts in here..
but speaking of cheating.
some zce mentioned "cheat" on mock exam
Code: [Select]
http://mcloide.wordpress.com/2008/09/18/zend-exam-tips-scoring-system/ search for the keyword "cheat" and you'll see it from the thread..

So? If you want to improve your weakpoints, learn how to answer them. what if you were wanting to store binary into a database? You'd know 'A..B...whatever..' but you wouldn't know how to do it, eh? Say it all you want, reviewing is not programmatical study.  :shy:
PHP Documentation (Examples and Usage) || Posting code? [php] Code Here [/php]. (good ref: Truth Tables )
//If you wish a program to have inf args. $params is an array of them.
function($args) {
  if (
is_scalar($args)) {$params func_get_args();}
}

Offline sasoriTopic starter

  • Enthusiast
  • Posts: 266
    • View Profile
Re: sqlite theory question
« Reply #8 on: December 29, 2009, 12:52:21 PM »
ok I'm wrong.  sorry.. i won't post any exam question again..except real coding trouble. tnx

Offline Maq

  • Global Moderator
  • 'Insane!'
  • *
  • Posts: 11,002
  • Gender: Male
    • View Profile
    • Top Ecigs Reviews
Re: sqlite theory question
« Reply #9 on: December 29, 2009, 05:27:54 PM »
Not to mention this is in the wrong section.
Electronic Cigarette Reviews - Smoking alternatives, find YOUR ecig!
ini_set ("display_errors""1");
error_reporting(E_ALL);